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

I have added the commands for getting the id of a room and bridging an existing room to an existing signal group

When receiving multiple images as a gallery, I only see one image, and don't see the text associated either. In matrix: ![image](https://user-images.githubusercontent.com/7509232/182069157-b0955585-44f9-4c1d-bfc1-cc9290766655.png) In Signal: ![image](https://user-images.githubusercontent.com/7509232/182069413-7f9104d7-e2fd-4e28-84db-6a186fac2d83.png) The logs show that a...

bug

This PR bridges join rules from matrix to signal and vice versa. `restricted` is bridged as `ADMINISTRATOR`, which is the same as for `knock`. I was considering for a while...

Joining via invite link if the link policy is `ADMINISTRATOR` and the join_rule is `knock` will trigger a knock. The knock may then be accepted, which causes the signal user...

``` [2022-01-20 21:05:26,934] [ESC[31;1mERRORESC[0m@ESC[32mmau.commandsESC[0m] Unhandled error while handling command Logout from @foo:bar (ref: barbaz) Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 474, in handle await self._run_handler(handler, evt) File "/usr/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py",...

I currently use the Spaces beta, and it would be excellent to have support for Spaces added to this bridge to allow all signal-related messages lumped together similar to the...

Invite a user by typing `!signal invite ` in a bridged room. Since this is primarily intended for rooms bridged across several platforms for a user of another platform to...

When running `mautrix-signal` with a dendrite server I am seeing this error, when manually running the `sync` command. I also am not getting messages, I'm assuming it's related to this...

bug

This sets the topic of a DM to the Signal user's phone number. It also handles a change of phone number (since apparently signal is able to do that)

Here's an exception from the logs after what seems to be a Signal-side kick. ``` May 25 12:23:49 ---- matrix-mautrix-signal[3372645]: [2022-05-25 10:23:49,187] [[email protected]=] Sending message failed May 25 12:23:49 ----...