Fix a few things with livekit implementation

This commit is contained in:
Jon Staab
2026-03-06 15:29:10 -08:00
parent 88ac3b9951
commit 43a732eaf3
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ func (g *GroupStore) CheckWrite(event nostr.Event) string {
!slices.Contains(nip29.ModerationEventKinds, event.Kind) &&
event.Kind != nostr.KindSimpleGroupJoinRequest &&
event.Kind != nostr.KindSimpleGroupLeaveRequest &&
event.Kind != 10312 /* hardcoded temporarily while NIP is hashed out */ {
event.Kind != ROOM_PRESENCE {
return "blocked: this group does not allow text events"
}