Skip to content

Commit

Permalink
Enable spaces in all bridges that have them
Browse files Browse the repository at this point in the history
(meta, signal and gmessages already had them enabled)
  • Loading branch information
tulir committed Jan 21, 2024
1 parent 41ccf6f commit 3191875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bridgeconfig/imessage.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bridge:
# {{ "{{.}}" }} is replaced with the contact list name (if available) or username (phone number or email) of the iMessage user.
displayname_template: "{{ "{{.}}" }}"
# Should the bridge create a space and add bridged rooms to it?
personal_filtering_spaces: false
personal_filtering_spaces: true

# Whether or not the bridge should send a read receipt from the bridge bot when a message has been
# sent to iMessage.
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/imessagego.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bridge:
{{ .BeeperDomain }}: "as_token:{{ .ASToken }}"

# Should the bridge create a space and add bridged rooms to it?
personal_filtering_spaces: false
personal_filtering_spaces: true
# Whether or not the bridge should send a read receipt from the bridge bot when a message has been
# sent to iMessage.
delivery_receipts: false
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/whatsapp.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ bridge:
displayname_template: {{ `"{{or .FullName .BusinessName .PushName .JID}}"` }}
# Should the bridge create a space for each logged-in user and add bridged rooms to it?
# Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time.
personal_filtering_spaces: false
personal_filtering_spaces: true
# Should the bridge send a read receipt from the bridge bot when a message has been sent to WhatsApp?
delivery_receipts: false
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
Expand Down

0 comments on commit 3191875

Please sign in to comment.