Images with captions don't store Matrix event ID of caption #511
Labels
bug: defect
Something isn't working and it never has worked
requires db update
Requires a database schema change and migration
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:
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.
The text was updated successfully, but these errors were encountered: