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

Don't reload roomview on offline connectivity check #29243

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Feb 11, 2025

Doesn't look like this was a regression as far as I can see, but you did have to switch rooms while offline for it to start happening.

There's no use reloading the room until we're online again.

Fixes #29072

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

Doesn't look like this was a regression as far as I can see, but
you did have to switch rooms while offline for it to start happening.

There's no use reloading the room until we're online again.

Fixes #29072
@dbkr dbkr marked this pull request as ready for review February 11, 2025 17:39
@dbkr dbkr requested a review from a team as a code owner February 11, 2025 17:39
@dbkr dbkr added this pull request to the merge queue Feb 11, 2025
Merged via the queue into develop with commit 53c97df Feb 11, 2025
37 checks passed
@dbkr dbkr deleted the dbkr/dont_reload_on_connectivity_check branch February 11, 2025 20:47
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.

RoomView completely reloads every few seconds when offline
2 participants