Formatting

This commit is contained in:
Jon Staab
2026-03-12 08:37:50 -07:00
parent e99c9221c3
commit 1a160ec485
+1 -2
View File
@@ -117,8 +117,7 @@ export const makeRoomEditEvent = (room: RoomMeta) => {
if (room.event) { if (room.event) {
for (const t of room.event.tags) { for (const t of room.event.tags) {
if (tags.some(spec(t.slice(0, 1)))) continue if (tags.some(spec(t.slice(0, 1)))) continue
if (["closed", "hidden", "private", "restricted", "livekit"].includes(t[0])) if (["closed", "hidden", "private", "restricted", "livekit"].includes(t[0])) continue
continue
tags.push(t) tags.push(t)
} }