Enable com.beeper.message_send_status
This commit is contained in:
parent
ccd0d93470
commit
ec85635c0c
7 changed files with 7 additions and 7 deletions
|
|
@ -214,7 +214,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ bridge:
|
|||
# Should the bridge send a read receipt from the bridge bot when a message has been sent to Discord?
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
message_error_notices: true
|
||||
# Should the bridge use space-restricted join rules instead of invite-only for guild rooms?
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ appservice:
|
|||
# Config options that affect the Matrix connector of the bridge.
|
||||
matrix:
|
||||
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
|
||||
message_status_events: false
|
||||
message_status_events: true
|
||||
# Whether the bridge should send a read receipt after successfully bridging a message.
|
||||
delivery_receipts: true
|
||||
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue