Remove room/space leave indications #149
Reference in New Issue
Block a user
Delete Branch "junaiddshaukat/flotilla:fix/140-remove-leave-indications"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@hodlbod have a look at this PR when we go time.
@@ -330,4 +330,2 @@{#if event.kind === RELAY_ADD_MEMBER}<RoomItemAddMember {url} {event} />{:else if event.kind === RELAY_REMOVE_MEMBER}<RoomItemRemoveMember {url} {event} />You should be able to remove this component entirely as well
@hodlbod I have removed the component. Please have a look now.
5f537921dato5f215f1276