[omemo] Refactor AxolotlStore

- Merge all stores into AxolotlStore
This commit is contained in:
Philipp Hörist
2019-02-12 22:38:30 +01:00
parent 065b3f04c6
commit 8b63fd9bad
11 changed files with 595 additions and 919 deletions

View File

@@ -88,7 +88,7 @@ class FileDecryption:
if not self.is_encrypted(file):
log.info('Url not encrypted: %s', url)
return
print('ADASD')
self.create_paths(file)
if os.path.exists(file.filepath):