Enable pissing.dev to use bridges and sync dms for gmessages

This commit is contained in:
Jade Ellis 2024-11-13 15:12:23 +00:00
parent 2dbbb6b295
commit f9c680e6af
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
3 changed files with 5 additions and 2 deletions

View file

@ -348,6 +348,7 @@ bridge:
permissions:
"*": relay
"ellis.link": user
"pissing.dev": user
"@jade:ellis.link": admin
# Logging config. See https://github.com/tulir/zeroconfig for details.

View file

@ -50,7 +50,7 @@ bridge:
tag_only_on_create: true
# Should room mute status only be synced when creating the portal?
# Like tags, mutes can't currently be synced back to the remote network.
mute_only_on_create: true
mute_only_on_create: false
# What should be done to portal rooms when a user logs out or is logged out?
# Permitted values:
@ -127,6 +127,7 @@ bridge:
permissions:
"*": relay
"ellis.link": user
"pissing.dev": user
"@jade:ellis.link": admin
# Config for the bridge's database.
@ -233,7 +234,7 @@ matrix:
# Whether the bridge should send error notices via m.notice events when a message fails to bridge.
message_error_notices: true
# Whether the bridge should update the m.direct account data event when double puppeting is enabled.
sync_direct_chat_list: false
sync_direct_chat_list: true
# Whether created rooms should have federation enabled. If false, created portal rooms
# will never be federated. Changing this option requires recreating rooms.
federate_rooms: true

View file

@ -129,6 +129,7 @@ bridge:
permissions:
"*": relay
"ellis.link": user
"pissing.dev": user
"@jade:ellis.link": admin
# Config for the bridge's database.