Support for Stories
bblacher opened this issue · 1 comments
bblacher commented
It would be great if there was support for stories like there is for WhatsApp Status Broadcasts in the WhatsApp bridge.
maltee1 commented
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.