ephemeral events: add support for MSC2409 ephemeral events

Closes #19
This commit is contained in:
Sumner Evans
2022-04-01 16:23:38 -06:00
parent 9594e285c6
commit 317abae2ed
3 changed files with 8 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ appservice:
displayname: Discord bridge bot
avatar: mxc://beeper.com/222332ba2b197e57b73ef2db236232db79af62d0
# Whether or not to receive ephemeral events via appservice transactions.
# Requires MSC2409 support (i.e. Synapse 1.22+).
# You should disable bridge -> sync_with_custom_puppets when this is enabled.
ephemeral_events: false
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
as_token: "This value is generated when generating the registration"
hs_token: "This value is generated when generating the registration"