signal icon indicating copy to clipboard operation
signal copied to clipboard

A Matrix-Signal puppeting bridge

Results 112 signal issues
Sort by recently updated
recently updated
newest added

On bot management room as bot admin, issueing `clean-rooms` throws: ``` Traceback (most recent call last): File "/opt/signalbot/lib/python3.7/site-packages/mautrix/bridge/commands/handler.py", line 406, in handle await self._run_handler(handler, evt) File "/opt/signalbot/lib/python3.7/site-packages/mautrix/bridge/commands/handler.py", line 291, in...

``` [2021-11-18 12:18:53,670] [[email protected]/id=] Failed to update portal Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mautrix_signal/portal.py", line 1006, in update_matrix_room await self._update_matrix_room(source, info) File "/usr/lib/python3.9/site-packages/mautrix_signal/portal.py", line 1052, in _update_matrix_room await self.update_info(source,...

I am using the most recent build of the bridge via github on commit https://github.com/mautrix/signal/commit/c4f7c975f84b25c79c61461f33b9d517347eeceb though this issue has been happening for a while. When replying to another message that...

The bridge seems to sync all contacts, which includes people you know who have Signal but have not spoken to

I am running a v0.6.0 Dendrite server and a v0.2.2 mautrix-signal bot. I have gotten the bot user registered on the server and am able to get into a room...

I haven’t seen it mentioned in any docs or issues opened here, but it doesn’t seem to be possible to verify the bots certificates. It also seems that when doing...

I've got installation with signald running as user signald, and mautrix-signal running as user mautrix-signal. I've got issue with attachments. When someone sends me a picture, it doesn't appear in...

This PR adds a few choice metrics to the bridge to handle things which we're currently trying to monitor for health reasons. In addition, there are a few places where...

The goal of this (WIP/draft) PR is to futher develop the group management functions of mautrix-signal.