Add room editing

This commit is contained in:
Jon Staab
2025-10-30 14:59:39 -07:00
parent a669a23dbc
commit 478721d349
9 changed files with 351 additions and 221 deletions
+2
View File
@@ -26,6 +26,7 @@ import {
ROOM_CREATE_PERMISSION,
ROOM_MEMBERS,
ROOM_META,
ROOM_DELETE,
ROOM_REMOVE_MEMBER,
ROOMS,
THREAD,
@@ -75,6 +76,7 @@ const syncEvents = async () => {
const spaceKinds = [RELAY_ADD_MEMBER, RELAY_REMOVE_MEMBER, RELAY_MEMBERS, RELAY_JOIN, RELAY_LEAVE]
const roomKinds = [
ROOM_META,
ROOM_DELETE,
ROOM_MEMBERS,
ROOM_ADD_MEMBER,
ROOM_REMOVE_MEMBER,