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

Expired memberships counted for purposes of getting active focus #1804

Open
dbkr opened this issue Oct 19, 2023 · 2 comments
Open

Expired memberships counted for purposes of getting active focus #1804

dbkr opened this issue Oct 19, 2023 · 2 comments
Labels
T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems

Comments

@dbkr
Copy link
Member

dbkr commented Oct 19, 2023

Steps to reproduce

We seem to count expired memberships for the purpose of determining the active focus. We should filter them before this point.

Outcome

What did you expect?

What happened instead?

Operating system

No response

Browser information

No response

URL for webapp

No response

Will you send logs?

No

@dbkr dbkr added the T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems label Oct 19, 2023
@dbkr
Copy link
Member Author

dbkr commented Oct 19, 2023

Looks like it really just didn't think the event was expired. Looking at the event, its age for me was 116 (ms) which must be wrong as the origin ts of the event is 3 days ago. This would suggest a bug with event ages either in synapse or js-sdk's indexeddb sync storage.

@toger5
Copy link
Contributor

toger5 commented Oct 31, 2023

This also causes calls to be shown in rooms where there is an expired non empty mebership array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants