-
Notifications
You must be signed in to change notification settings - Fork 180
Attempt to support Linux #39
Comments
@SpriteOvO can you explain how exactly it works? Like via source code links. I mean official telegram desktop client source codes. |
@tcNmjeD6SpVrpLC In short, hooking Compiling a tdesktop yourself and debugging it with .pdb file can help you understand more details. |
@SpriteOvO What about ttl based deletions? Can you eloborate a little bit more? Like expanded version of explanation? It would help. |
@tcNmjeD6SpVrpLC AFAIK, cached message deletion requests from the server always through Then I don't quite understand what you mean by "expanded version", do you mean these? Telegram-Anti-Revoke/Source/Core/IRuntime.cpp Lines 32 to 85 in 9d6f8bf
Some updates to the TG will change some of the member offsets, and it would be better if they were searched dynamically so that hard-coded offsets are no longer needed and have better compatibility, but at this stage they are not. BTW, these discussions are offtopic from this issue, so if you want to discuss more, please create a new issue. |
Attempt to make the plugin support
Linux
.Attempted code changes will be made in
linux-experiment
branch of this repository.(This branch has not been created yet)
The text was updated successfully, but these errors were encountered: