Browse Source

Add delivery_receipts option for matrix-bridge-mautrix-facebook

pull/521/head
Slavi Pantaleev 5 years ago
parent
commit
a353217cf3
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      roles/matrix-bridge-mautrix-facebook/defaults/main.yml

+ 4
- 0
roles/matrix-bridge-mautrix-facebook/defaults/main.yml View File

@@ -153,6 +153,10 @@ matrix_mautrix_facebook_configuration_yaml: |
# This will cause the bridge bot to be in private chats for the encryption to work properly. # This will cause the bridge bot to be in private chats for the encryption to work properly.
default: false default: false


# Whether or not the bridge should send a read receipt from the bridge bot when a message has
# been sent to Facebook.
delivery_receipts: false

# Permissions for using the bridge. # Permissions for using the bridge.
# Permitted values: # Permitted values:
# user - Use the bridge with puppeting. # user - Use the bridge with puppeting.


Loading…
Cancel
Save