Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Send down device list change notif when member leaves/rejoins room #2443

Merged
merged 7 commits into from
Sep 18, 2017

Conversation

erikjohnston
Copy link
Member

No description provided.


defer.returnValue((newly_joined_rooms, newly_joined_users))
newly_left_users -= newly_joined_users
Copy link
Member

Choose a reason for hiding this comment

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

this looks dodge. What happens if the user joined and then left? they appear in newly_joined and not newly_left?

Copy link
Member

Choose a reason for hiding this comment

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

oh right, we're merging the results across rooms. I think it's ok.

Copy link
Contributor

@NegativeMjark NegativeMjark left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants