mautrix / signal

A Matrix-Signal puppeting bridge
GNU Affero General Public License v3.0
499 stars 75 forks source link

Configuration option to only manually open signal rooms/dms #469

Closed jakobw123 closed 1 month ago

jakobw123 commented 7 months ago

I've been playing around with a Matrix Homeserver setup lately, via the Matrix Docker Ansible Deploy bundle. As this is my first project regarding the Matrix world, i'm fairly new to the topic. I've also added some features such as this Signal Bridge as well as the WhatsApp Bridge. I would like to be able to only manually sync rooms/dms between other ecosystems, like Signal, WhatsApp, and Matrix. For WhatsApp i've been able to achieve this by turning off the backfill and making use of the open <room id> command. Room ids can be accessed with the list <contacts/groups> command.

I would like to configure my Signal Bridge in similar way. Unfortunately, i couldn't find any commands to manually sync/open rooms/dms from Signal to Matrix.

In addition i would like to prevent the Signal Bridge from syncing rooms with Matrix when new messages are received in the signal-sided room (after linking my Signal account with the Signal Bridge Bot).

tulir commented 1 month ago

Duplicate of #254