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

Feature request: Add support for missed messages #91

Closed
daria-github opened this issue Sep 12, 2023 · 0 comments · Fixed by #106
Closed

Feature request: Add support for missed messages #91

daria-github opened this issue Sep 12, 2023 · 0 comments · Fixed by #106
Assignees
Labels
enhancement New feature or request

Comments

@daria-github
Copy link
Contributor

Is your feature request related to a problem?

Currently we’re querying the network for all new messages that come after the latest message, but when a stream is offline and reactivates, it doesn’t pick up those messages for the inactive state.

Describe the solution to the problem

One approach is to detect when a tab has been deactivated, like a timestamp in local storage, and fetch the messages starting from there.

Describe the uses cases for the feature

Example here is bots that have large quantities of messages and are inevitably going to hit an offline state.

Additional details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants