mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Enable ephemeral events in mautrix-meta registration
This commit is contained in:
parent
ef5f2e8d88
commit
7a2c95008d
@ -282,5 +282,6 @@ matrix_mautrix_meta_instagram_registration_yaml: |
|
||||
url: {{ matrix_mautrix_meta_instagram_appservice_address }}
|
||||
sender_localpart: _bot_{{ matrix_mautrix_meta_instagram_appservice_username }}
|
||||
rate_limited: false
|
||||
de.sorunome.msc2409.push_ephemeral: true
|
||||
|
||||
matrix_mautrix_meta_instagram_registration: "{{ matrix_mautrix_meta_instagram_registration_yaml | from_yaml }}"
|
||||
|
@ -282,5 +282,6 @@ matrix_mautrix_meta_messenger_registration_yaml: |
|
||||
url: {{ matrix_mautrix_meta_messenger_appservice_address }}
|
||||
sender_localpart: _bot_{{ matrix_mautrix_meta_messenger_appservice_username }}
|
||||
rate_limited: false
|
||||
de.sorunome.msc2409.push_ephemeral: true
|
||||
|
||||
matrix_mautrix_meta_messenger_registration: "{{ matrix_mautrix_meta_messenger_registration_yaml | from_yaml }}"
|
||||
|
Loading…
Reference in New Issue
Block a user