Add config option for plaintext highlight bridging

This commit is contained in:
Tulir Asokan
2018-03-08 20:33:13 +02:00
parent 9709768b17
commit 8bfb416735
2 changed files with 14 additions and 4 deletions
+4
View File
@@ -89,6 +89,10 @@ bridge:
# Use inline images instead of m.image to make rich captions possible.
# N.B. Inline images are not supported on all clients (e.g. Riot iOS).
inline_images: false
# Whether or not to bridge plaintext highlights.
# Only enable this if your displayname_template has some static part that the bridge can use to
# reliably identify what is a plaintext highlight.
plaintext_highlights: false
# The prefix for commands. Only required in non-management rooms.
command_prefix: "!tg"