Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default config for sh-imessage #17

Merged
merged 4 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bridgeconfig/discord.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default

portal_message_buffer: 128

Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/facebook.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Disable generating reply fallbacks? Some extremely bad clients still rely on them,
# but they're being phased out and will be completely removed in the future.
disable_reply_fallbacks: true
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/gmessages.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Should Matrix m.notice-type messages be bridged?
bridge_notices: true
# Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run.
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/googlechat.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default

provisioning:
# Internal prefix in the appservice web server for the login endpoints.
Expand Down
4 changes: 2 additions & 2 deletions bridgeconfig/imessage.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bridge:
# Maximum number of messages to backfill for new portal rooms.
initial_limit: 100
# Maximum age of chats to sync in days.
initial_sync_max_age: 0.5
initial_sync_max_age: 7
# If a backfilled chat is older than this number of hours, mark it as read even if it's unread on iMessage.
# Set to -1 to let any chat be unread.
unread_hours_threshold: 720
Expand Down Expand Up @@ -218,7 +218,7 @@ bridge:
caption_in_message: true
# Should the bridge explicitly set the avatar and room name for private chat portal rooms?
# This is implicitly enabled in encrypted rooms.
private_chat_portal_meta: never
private_chat_portal_meta: default

# End-to-bridge encryption support options.
# See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/imessagego.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Should iMessage reply threads be mapped to Matrix threads? If false, iMessage reply threads will be bridged
# as replies to the previous message in the thread.
matrix_threads: false
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/instagram.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Whether or not the bridge should send a read receipt from the bridge bot when a message has
# been sent to Instagram.
delivery_receipts: false
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/meta.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default

portal_message_buffer: 128

Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/signal.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Should avatars from the user's contact list be used? This is not safe on multi-user instances.
use_contact_avatars: true
# Should the Signal user's phone number be included in the room topic in private chat portal rooms?
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/slack.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default

# Servers to always allow double puppeting from
double_puppet_server_map:
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/telegram.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Disable generating reply fallbacks? Some extremely bad clients still rely on them,
# but they're being phased out and will be completely removed in the future.
disable_reply_fallbacks: true
Expand Down
2 changes: 1 addition & 1 deletion bridgeconfig/twitter.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Whether or not the bridge should send a read receipt from the bridge bot when a message has
# been sent to Twitter.
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 @@ -238,7 +238,7 @@ bridge:
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
# If set to `never`, DM rooms will never have names and avatars set.
private_chat_portal_meta: never
private_chat_portal_meta: default
# Should group members be synced in parallel? This makes member sync faster
parallel_member_sync: true
# Should Matrix m.notice-type messages be bridged?
Expand Down
Loading