mautrix / signal

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

Support for Stories #494

Open bblacher opened 3 months ago

bblacher commented 3 months ago

It would be great if there was support for stories like there is for WhatsApp Status Broadcasts in the WhatsApp bridge.

maltee1 commented 3 months ago

I have no intention to implement that, but if anyone else does, checking the protobuf part: https://github.com/mautrix/signal/blob/main/pkg/signalmeow/protobuf/SignalService.proto#L52 and looking for where this one is referenced: https://github.com/signalapp/Signal-Android/blob/main/libsignal-service/src/main/java/org/whispersystems/signalservice/api/messages/SignalServiceStoryMessage.java

is probably a good way to start. Not sure if stories apparently being group-specific makes this more difficult to get right than whatsapp status broadcasts.