-
Notifications
You must be signed in to change notification settings - Fork 325
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
Remote client discovery #1635
Remote client discovery #1635
Conversation
15be360
to
e95b358
Compare
e95b358
to
58add66
Compare
58add66
to
966461d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't finish reviewing, looks fine until now. Minor comments inline, other's please feel free to review 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation and test cases look good to me. Introducing assertMismatch
helper is also a good idea.
Fine to do nitpicks on this or on a follow-up PR as you prefer.
Co-authored-by: Akshay Mankar <akshay@wire.com>
This PR implements fetching of remote clients when sending messages involving remote users, and takes those clients into account when checking recipients and computing missing, deleted and redundant clients.
This supersedes #1623.
Checklist