mirror of
https://github.com/maubot/maubot
synced 2025-08-29 08:50:38 +00:00
Add support for end-to-end encryption. Fixes #46
This commit is contained in:
parent
4e767a10e4
commit
69d7a4341b
17 changed files with 203 additions and 24 deletions
|
@ -32,6 +32,9 @@ class Config(BaseFileConfig):
|
|||
base = helper.base
|
||||
copy = helper.copy
|
||||
copy("database")
|
||||
copy("crypto_database.type")
|
||||
copy("crypto_database.postgres_uri")
|
||||
copy("crypto_database.pickle_dir")
|
||||
copy("plugin_directories.upload")
|
||||
copy("plugin_directories.load")
|
||||
copy("plugin_directories.trash")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue