-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile due to conflicting copies of curve25519-dalek #77
Comments
For everyone reading this: Note this issue is apparently a mission critical one for a Telegram sticker bot, see https://github.com/signalstickers/Adhesive?tab=readme-ov-file It was quite popular and is archived now since "Aug 31, 2024". signalstickers/Adhesive#32 as I see you are the maintainer, thanks a lot for creating this issue! I hope you can maybe bring some other people into the boat that may help to bring it up again and fix the technical issues? Do you maybe know some? I am sure there are many people who would like to use the bot (including myself) and miss it very much! |
Also maybe could you explain the status/progress on signalstickers/Adhesive#32? So am I right to assume, Adhesive was/is rewritten in Rust? And this failed due to this issue here? https://github.com/signalstickers/Adhesive is Python code currently only, where may I find the new Rust code? Concrete questions I'd have are:
These are some things that maybe can also be put into (technical) documentation or so… |
It's planned to be rewritten in Rust, yes.
There is none as I haven't started on the Rust rewrite.
MTProto is not just for e2e, it's for all communication with the Telegram servers. But the rewrite is planned to use the "bot API" instead which is an official HTTP API that wraps the mtproto one.
I guess I could start work on the bot without a Signal side of it, yeah. |
auxin-build-log.txt
running
cargo tree
confirms the source of these errorsThe text was updated successfully, but these errors were encountered: