-
-
Notifications
You must be signed in to change notification settings - Fork 210
Closed as not planned
Labels
bug: defectSomething isn't working and it never has workedSomething isn't working and it never has workedrequires db updateRequires a database schema change and migrationRequires a database schema change and migration
Description
Currently the database can only store one event ID per Telegram message (except for edits). However, images with captions are bridged as two messages. This means that:
- Replying to the image event from Matrix won't be bridged correctly
- Deleting the image event from Matrix won't be bridged correctly
- Deleting the message from Telegram will only delete the caption
Bridging image messages as inline images is already supported by the bridge, but not supported by most clients. The preferred solution would be implementing matrix-org/matrix-spec-proposals#2530 everywhere, but alternatively the database could be updated to support a many-to-one mapping.
Metadata
Metadata
Assignees
Labels
bug: defectSomething isn't working and it never has workedSomething isn't working and it never has workedrequires db updateRequires a database schema change and migrationRequires a database schema change and migration