Implement Telegram->Matrix deletion bridging. Fixes #63

This commit is contained in:
Tulir Asokan
2018-02-20 20:43:05 +02:00
parent 05853115c6
commit 12d4025752
4 changed files with 64 additions and 2 deletions
+3
View File
@@ -69,6 +69,9 @@ bridge:
edits_as_replies: False
# Whether or not Matrix bot messages (type m.notice) should be bridged.
bridge_notices: False
# The maximum number of simultaneous Telegram deletions to handle.
# A large number of simultaneous redactions could put strain on your homeserver.
max_telegram_delete: 10
# The prefix for commands. Only required in non-management rooms.
command_prefix: "!tg"