polychatproject / polychat-appservice

A Matrix AppService to connect people via Polychats
https://www.polychat.de
GNU Affero General Public License v3.0
0 stars 1 forks source link

Create rooms on Signal #5

Open yncyrydybyl opened 5 months ago

yncyrydybyl commented 5 months ago

Create Sub room:

jaller94 commented 5 months ago

Blocked because the new Signal bridge does not support creating groups.

yncyrydybyl commented 6 days ago

It looks like the bridge can now do the stuff we need again. The string to create a link for the room is !signal reset-invite-link

And the response looks like


{
  "type": "m.room.message",
  "sender": "@signalbot:polychat.de",
  "content": {
    "msgtype": "m.notice",
    "body": "https://signal.group/#CjQKIJFD1vqLiNEp8EfRMBRyzKZivjth_HJBp89zMutG7rlqEhC-ZOrnzAYf9Xuo7GgSgqcH"
  },
  "origin_server_ts": 1720645613926,
  "unsigned": {
    "membership": "join",
    "age": 75
  },
  "event_id": "$tjDRj1as6OR7TZHkqpwdNDeMZGgsOsnetcZCRs9d9S0",
  "room_id": "!GuEjTmyWlTgOtEYdOs:polychat.de"
}