Tulir Asokan
Tulir Asokan
* [ ] One or more user IDs in `/pm` * [ ] User ID as the first parameter in `/kick`, `/ban` * [ ] Currently banned user IDs in...
Currently they stay in the position where they were sent, which isn't very accurate in terms of message order
If you request a code, forget about it for some time, then try to request a new code with the same `TelegramClient`, it fails with `PhoneCodeExpiredError`: ``` Traceback (most recent...
Currently deletions of unknown messages are ignored, but in some cases the messages are unknown because they're in the process of being bridged. In those cases, the messages are bridged...
matrix-org/matrix-doc#2192 Related to #148
In rooms with no authenticated users, this means that the member list and such aren't updated except for join/leave events and messages.
Users need to be encountered via username/group membership/etc so that the library would have an `access_hash` before the user can be interacted with (like invited to a group). This means...
There's some work going on to support secret chats in Telethon. If/when that's ready, it should be easy to add support to the bridge. Matrix-side encryption is a different issue...