Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Conversation

@nanu-c
Copy link
Collaborator

@nanu-c nanu-c commented Sep 29, 2024

Maybe this fixes the linking issues

Copy link
Collaborator

@darkdragon-001 darkdragon-001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

}) if e.contains(FAILED_TO_LOOK_UP_ADDRESS) => ApplicationError::NoInternet,
_ => ApplicationError::SendFailed(e),
},
p::Error::MessageSenderError(e) => ApplicationError::SendFailed(e),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the unreachable pattern.

@Tofee
Copy link

Tofee commented May 10, 2025

Hi there!

I was tinkering with axiolotl today, and got it building with the newest presage upstream:
main...Tofee:axolotl:new-presage
I needed to also cherry-pick the ThreadStore addition to presage:
whisperfish/presage@main...Tofee:whisperfish-presage:main

Note that my goal was to explore the feasability to get a web signal server (for my own usage, not shared), so I added a commit in main.rs to serve the webpage in daemon mode. And I'm now nearly there.

As I'm a Rust newbie, I might very well have done some basic mistakes in the code update, so tread with this code carefully :) I also failed to completely solve properly the build errors for error.rs (see separate commit), maybe someone else can solve that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants