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

"Modified since" support on roomlist #8726

Merged
merged 3 commits into from Feb 14, 2023

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Feb 9, 2023

Fix #7299

When modifiedSince is provided only conversations with a newer lastActivity are returned.
Due to the nature of the data structure we can not return information that a conversation was deleted
or the user removed from a conversation. Therefore it is recommended to do a full refresh:

  • Every 5 minutes
  • When a signaling message of type delete or disinvite was received
  • Internal signaling mode is used

🏁 Checklist

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the perf/8710/modified-since-support-on-roomlist branch from a922741 to f112fb9 Compare February 10, 2023 08:23
@SystemKeeper
Copy link
Contributor

Is this basically #7299 ?

@nickvergessen
Copy link
Member Author

Yes

Copy link
Contributor

@come-nc come-nc left a comment

Choose a reason for hiding this comment

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

🐘 Only reviewed the PHP file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip old rooms from default room list and live updating?
3 participants