mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
eabd5f5b51
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.
16 lines
282 B
Plaintext
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
|