mautrix / signal

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

Room only joined after first message #411

Open pcworld opened 10 months ago

pcworld commented 10 months ago

Using the Go build from 2023-12-27.

I got an invite to a Signal room. As the bridge does not yet support relaying room invites, I joined the room via signal-cli. However, the chat room did not appear in the Matrix bridge until someone wrote a message in that room. I would expect that the room appears as soon as I have joined.

maltee1 commented 10 months ago

That's not an actual bug, it's a missing feature and it's known: https://github.com/mautrix/signal/blob/main/ROADMAP.md

I suppose you can expect that to be added eventually.

pcworld commented 10 months ago

Ok. I did read the Roadmap, but I'm not sure which of the roadmap items applies to this. Is this under "Automatic portal creation"? Currently, this has the subitems "When receiving message" (checked), and "After login" (unchecked). However, my issue was neither case, I suppose this case would be called "After accepting invite to room".

maltee1 commented 10 months ago

Fair point. I suppose that roadmap item is inaccurate/incomplete. However, the bridge is under heavy development and lots of features are yet to be added. I'm sure it's on the radar.

maltee1 commented 2 months ago

This should be fixed by now, partially by v2 and partially by #528