Tulir Asokan
Tulir Asokan
That might get ratelimited since it's intended to be done on user interaction
Logs corresponding to the missed messages are needed. There will probably be a stack trace with a fairly clear error message (probably "Failed to handle Telegram update"), but finding the...
It's some problem in telethon or the telegram servers not returning the entity, but no idea why that would happen.
This might be fixed with some of the telethon changes recently
0.12.0 should include all the relevant changes
Waiting for a somewhat stable spec proposal and corresponding implementation in matrix-org/matrix-react-sdk#2109
The initial implementation could probably use the same command system with encoded ids as games and polls. Polls and buttons can then later be moved to use Matrix buttons when...
[MSC2192](https://github.com/matrix-org/matrix-doc/pull/2192) has been implemented in RiotX (vector-im/riotX-android#810), so I'll just implement that
@a000a that's a completely unrelated problem, fixed in fdc58ce450f3768bc9cbef4d62fde130dde8ef05
So the problem here is that the parallel transfer option only works if the media repo includes a `Content-Length` header. I think matrix-media-repo doesn't include it in some cases, Synapse...