Preserve message order when bridging from Telegram to Matrix #505
Labels
blocked
This issue requires some other issue to be fixed first
enhancement
New feature or improvement
Currently the bridge processes incoming messages in parallel and doesn't care about message order at all. This means that groups of forwarded messages, image albums and even normal messages may be bridged to Matrix out of order.
The solution is enabling
sequential_updates=True
inTelegramClient
, but before that, media uploads need to become asynchronous (so that a big file being bridged doesn't block all other messages). Asynchronous media uploads while preserving message order requires matrix-org/matrix-spec-proposals#2246.The text was updated successfully, but these errors were encountered: