pantalaimon/contrib/pantalaimon.conf
Damir Jelić eabd5f5b51 pantalaimon: Add a config option to drop old room keys
This patch adds a config option that enables a mode wher a proxy will
only keep the latest room key from a sender in a certain room. This is
useful for bots that use pantalaimon since they are mostly only
interested in the latest messages and don't care about room history.
2021-05-28 14:29:45 +02:00

16 lines
282 B
Plaintext

[Default]
LogLevel = Debug
SSL = True
Notifications = On
DebugEncryption = True
[local-matrix]
Homeserver = http://localhost:8008
ListenAddress = localhost
ListenPort = 8009
Proxy = http://localhost:8080
SSL = False
IgnoreVerification = False
UseKeyring = True
DropOldKeys = False