-
-
Notifications
You must be signed in to change notification settings - Fork 598
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
Ignore memberships of users that are not in the call #4065
Ignore memberships of users that are not in the call #4065
Conversation
Signed-off-by: Timo K <[email protected]>
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.
A question, but otherwise looks good: Are we sure that a room membership change causes the call members to be recalculated?
Signed-off-by: Timo K <[email protected]>
Signed-off-by: Timo K <[email protected]>
Signed-off-by: Timo K <[email protected]>
Signed-off-by: Timo K <[email protected]>
Signed-off-by: Timo K <[email protected]>
This is a very good catch. It was indeed not the case. I updated the pr |
* ignore memberships of users that are not in the call Signed-off-by: Timo K <[email protected]> * recompute memberships on room member change. Signed-off-by: Timo K <[email protected]> * fix Tests and add test for left member Signed-off-by: Timo K <[email protected]> * fix event type Signed-off-by: Timo K <[email protected]> * fix import desaster Signed-off-by: Timo K <[email protected]> * fix mocks Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]>
* Add unread marker event type To support setting the 'marked unread' flag * Await encrypted messages (#4063) * await encrypted messages + fix comments Signed-off-by: Timo K <[email protected]> * fix Tests Signed-off-by: Timo K <[email protected]> * fix test Signed-off-by: Timo K <[email protected]> * make sonar happy Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]> * Ignore memberships of users that are not in the call (#4065) * ignore memberships of users that are not in the call Signed-off-by: Timo K <[email protected]> * recompute memberships on room member change. Signed-off-by: Timo K <[email protected]> * fix Tests and add test for left member Signed-off-by: Timo K <[email protected]> * fix event type Signed-off-by: Timo K <[email protected]> * fix import desaster Signed-off-by: Timo K <[email protected]> * fix mocks Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]> Co-authored-by: Timo <[email protected]>
With guest access we otherwise run into issues where users who get removed from the room still could show up as active call members.
Signed-off-by: Timo K [email protected]
Checklist
Here's what your changelog entry will look like:
🐛 Bug Fixes