-
-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
blockedThis issue requires some other issue to be fixed firstThis issue requires some other issue to be fixed firstenhancementNew feature or improvementNew feature or improvement
Description
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
in TelegramClient
, 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.
jdreichmann, pacien, Friedrich2001, LotusAxt, aWeinzierl and 2 more
Metadata
Metadata
Assignees
Labels
blockedThis issue requires some other issue to be fixed firstThis issue requires some other issue to be fixed firstenhancementNew feature or improvementNew feature or improvement