Add option to underline edited part of message in edits. Fixes #61

This commit is contained in:
Tulir Asokan
2018-03-08 19:44:53 +02:00
parent 61d9d6890a
commit b3082da999
4 changed files with 36 additions and 4 deletions
+2
View File
@@ -74,6 +74,8 @@ bridge:
# Show message editing as a reply to the original message.
# If this is false, message edits are not shown at all, as Matrix does not support editing yet.
edits_as_replies: false
# Highlight changed/added parts in edits. Requires lxml.
highlight_edits: 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.