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

Left and deleted room reapears in room list #20262

Open
waclaw66 opened this issue Dec 19, 2021 · 1 comment
Open

Left and deleted room reapears in room list #20262

waclaw66 opened this issue Dec 19, 2021 · 1 comment

Comments

@waclaw66
Copy link
Contributor

Steps to reproduce

  1. Create a new (unencrypted) room, room appears in active room list
  2. Leave the room, room appears in historical room list
  3. Delete the room via API
  4. Refresh Element (F5), room reappears in active room list

Outcome

What did you expect?

When a room is deleted it shouldn't appear in active room list

What happened instead?

Room appeared in active room list. The workaround to get rid of that room is clear cache and reload.

Operating system

Windows 10

Browser information

Firefox 96b5

URL for webapp

own

Application version

Element version: 1.9.8-rc.1 Olm version: 3.2.8

Homeserver

own

Will you send logs?

No

@aaronraimist aaronraimist added the Z-Cache-Confusion Related to internal cache (clearing helps / causes the issue) label Dec 19, 2021
@t3chguy
Copy link
Member

t3chguy commented Dec 20, 2021

This is likely a Synapse issue. Because Element only persists /syncs to the non-volatile accumulator periodically, if you refreshed before the left room was persisted, the next time you load Element, in the incremental sync that room would be missing from the left category in the /sync response because your Synapse had wiped all knowledge of it.

@t3chguy t3chguy added Z-Backend Z-Synapse and removed Z-Cache-Confusion Related to internal cache (clearing helps / causes the issue) labels Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants