forked from coracle/flotilla
Move editor stuff to its own folder
This commit is contained in:
@@ -107,4 +107,3 @@ export const removeSpaceMembership = (url: string) =>
|
||||
|
||||
export const removeRoomMembership = (url: string, room: string) =>
|
||||
updateList(MEMBERSHIPS, (tags: string[][]) => tags.filter(t => !equals([ROOM, room, url], t)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user