Skip to content
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

feat: notify other nodes if user has reconnected for missed messages #62

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

bbangert
Copy link
Contributor

Closes #58

jrconlin
jrconlin previously approved these changes Aug 24, 2018
src/client.rs Outdated
// Send the notify to the user
let notify_url = format!("{}/notif/{}", node_id, uaid.simple());
client
.post(&notify_url)
Copy link
Member

Choose a reason for hiding this comment

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

it's a PUT not POST

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ooo, nice catch!

Copy link
Member

@pjenvey pjenvey left a comment

Choose a reason for hiding this comment

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

^

@pjenvey pjenvey merged commit 22bc4dd into master Aug 24, 2018
@pjenvey pjenvey deleted the feat/issue-58 branch August 24, 2018 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants