Skip to content

Remove room info from store for left rooms

Michael Hollister requested to merge michael/bugfix-re-appearing-invitaitons into main

Fixes issue where room data for left rooms remains in the cache, causing apps that read from cache on app restart will load an invalid room state.

For Circles specifically, fixes issue where rejected room invitations would re-appear on app restart.

Merge request reports