Remove room/space leave indications #149

Merged
hodlbod merged 2 commits from junaiddshaukat/flotilla:fix/140-remove-leave-indications into dev 2026-04-04 16:28:11 +00:00
Contributor

Removes RELAY_REMOVE_MEMBER from the space chat page and ROOM_REMOVE_MEMBER from the room page, so that "member left" events are no longer fetched or rendered in the chat timeline.

Closes #140

Removes RELAY_REMOVE_MEMBER from the space chat page and ROOM_REMOVE_MEMBER from the room page, so that "member left" events are no longer fetched or rendered in the chat timeline. Closes #140
Author
Contributor

@hodlbod have a look at this PR when we go time.

@hodlbod have a look at this PR when we go time.
hodlbod requested changes 2026-04-04 00:57:05 +00:00
@@ -330,4 +330,2 @@
{#if event.kind === RELAY_ADD_MEMBER}
<RoomItemAddMember {url} {event} />
{:else if event.kind === RELAY_REMOVE_MEMBER}
<RoomItemRemoveMember {url} {event} />
Owner

You should be able to remove this component entirely as well

You should be able to remove this component entirely as well
Author
Contributor

@hodlbod I have removed the component. Please have a look now.

@hodlbod I have removed the component. Please have a look now.
hodlbod added 2 commits 2026-04-04 16:28:02 +00:00
hodlbod force-pushed fix/140-remove-leave-indications from 5f537921da to 5f215f1276 2026-04-04 16:28:02 +00:00 Compare
hodlbod merged commit 18cb245599 into dev 2026-04-04 16:28:11 +00:00
hodlbod deleted branch fix/140-remove-leave-indications 2026-04-04 16:28:12 +00:00
Sign in to join this conversation.