Format
tests / tests (push) Failing after 5m17s

This commit is contained in:
Jon Staab
2026-06-20 10:36:40 -07:00
parent d2b57c559d
commit 22a666d497
53 changed files with 388 additions and 145 deletions
+4 -1
View File
@@ -65,7 +65,10 @@ export class Rooms {
this.publish(url, await new RoomLeaveBuilder().setGroup(room.h).toTemplate())
addMember = async (url: string, room: RoomMeta, pubkey: string) =>
this.publish(url, await new RoomAddMemberBuilder().setGroup(room.h).addPubkey(pubkey).toTemplate())
this.publish(
url,
await new RoomAddMemberBuilder().setGroup(room.h).addPubkey(pubkey).toTemplate(),
)
removeMember = async (url: string, room: RoomMeta, pubkey: string) =>
this.publish(