Formatting
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user