Skip to content

Allow hiding a room from the rooms list#642

Merged
kevinaboos merged 1 commit into
project-robius:mainfrom
kevinaboos:hide_room
Dec 18, 2025
Merged

Allow hiding a room from the rooms list#642
kevinaboos merged 1 commit into
project-robius:mainfrom
kevinaboos:hide_room

Conversation

@kevinaboos
Copy link
Copy Markdown
Member

This is useful when extreme homeserver latency causes a big delay between joining a successor room and the RoomListService receiving the update that the tombstoned room should no longer be considered "active" and can be removed. Or, if the room never gets removed, the user can still observe the expected result.

In the future, this could also be used to allow the user themselves to permanently hide certain rooms, e.g., spam invites that they do not want to see without requiring them to fully clear the client cache. However, to support that, we'd need to distinguish between hiding a room temporarily vs permanently, and then save the list of permanently-hidden rooms to the persistent app state.

This is useful when extreme homeserver latency causes a big delay
between joining a successor room and the RoomListService receiving
the update that the tombstoned room should no longer be considered
"active" and can be removed. Or, if the room never gets removed,
the user can still observe the expected result.

In the future, this could also be used to allow the user themselves
to permanently hide certain rooms, e.g., spam invites that they do not
want to see without requiring them to fully clear the client cache.
However, to support that, we'd need to distinguish between hiding a room
temporarily vs permanently, and then save the list of permanently-hidden
rooms to the persistent app state.
@kevinaboos kevinaboos merged commit ecde29a into project-robius:main Dec 18, 2025
11 checks passed
@kevinaboos kevinaboos deleted the hide_room branch December 18, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant