Skip to content
Snippets Groups Projects
Commit 60bc65e8 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Also show lave tiles

parent a04a9ff6
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,8 @@ export function createCustomTileClassForEntry(ownUserId: string) {
return undefined;
}
case "m.room.member":
if (entry.content?.membership === "join" && entry.sender !== ownUserId) {
if ((entry.content?.membership === "join" || entry.content?.membership === "leave")
&& entry.sender !== ownUserId) {
return tileClassForEntry(entry);
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment