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

Ignore memberships of users that are not in the call #4065

Merged

Conversation

toger5
Copy link
Contributor

@toger5 toger5 commented Feb 13, 2024

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

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Ignore memberships of users that are not in the call (#4065). Contributed by @toger5.

Copy link
Member

@robintown robintown left a 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]>
@toger5
Copy link
Contributor Author

toger5 commented Feb 14, 2024

A question, but otherwise looks good: Are we sure that a room membership change causes the call members to be recalculated?

This is a very good catch. It was indeed not the case. I updated the pr

@toger5 toger5 added this pull request to the merge queue Feb 14, 2024
Merged via the queue into develop with commit 74c109a Feb 14, 2024
23 checks passed
@toger5 toger5 deleted the toger5/ignore-memberships-of-users-that-are-not-in-the-call branch February 14, 2024 13:25
dbkr pushed a commit that referenced this pull request Feb 15, 2024
* 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]>
github-merge-queue bot pushed a commit that referenced this pull request Feb 16, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants