From ec85635c0cf00e80081f51421ab0b4e7eaf685ef Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Tue, 10 Dec 2024 19:25:40 +0000 Subject: [PATCH] Enable com.beeper.message_send_status --- servers/mautrix/bluesky/config.yaml | 2 +- servers/mautrix/discord/config.yaml | 2 +- servers/mautrix/gmessages/config.yaml | 2 +- servers/mautrix/meta/config.yaml | 2 +- servers/mautrix/signal/config.yaml | 2 +- servers/mautrix/slack/config.yaml | 2 +- servers/mautrix/whatsapp/config.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/servers/mautrix/bluesky/config.yaml b/servers/mautrix/bluesky/config.yaml index ad145c20..0a34ca6a 100644 --- a/servers/mautrix/bluesky/config.yaml +++ b/servers/mautrix/bluesky/config.yaml @@ -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. diff --git a/servers/mautrix/discord/config.yaml b/servers/mautrix/discord/config.yaml index 42f4f3b2..8109b32a 100644 --- a/servers/mautrix/discord/config.yaml +++ b/servers/mautrix/discord/config.yaml @@ -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? diff --git a/servers/mautrix/gmessages/config.yaml b/servers/mautrix/gmessages/config.yaml index e90622e7..dd616537 100644 --- a/servers/mautrix/gmessages/config.yaml +++ b/servers/mautrix/gmessages/config.yaml @@ -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. diff --git a/servers/mautrix/meta/config.yaml b/servers/mautrix/meta/config.yaml index f24011db..eead5b35 100644 --- a/servers/mautrix/meta/config.yaml +++ b/servers/mautrix/meta/config.yaml @@ -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. diff --git a/servers/mautrix/signal/config.yaml b/servers/mautrix/signal/config.yaml index 9c371e0b..d257dc00 100644 --- a/servers/mautrix/signal/config.yaml +++ b/servers/mautrix/signal/config.yaml @@ -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. diff --git a/servers/mautrix/slack/config.yaml b/servers/mautrix/slack/config.yaml index c41169f0..d03dc935 100644 --- a/servers/mautrix/slack/config.yaml +++ b/servers/mautrix/slack/config.yaml @@ -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. diff --git a/servers/mautrix/whatsapp/config.yaml b/servers/mautrix/whatsapp/config.yaml index 32a54131..362ba70a 100644 --- a/servers/mautrix/whatsapp/config.yaml +++ b/servers/mautrix/whatsapp/config.yaml @@ -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.