feat: support grouped new chat requests #23

Merged
reya merged 4 commits from feat/request-screen into master 2026-06-18 00:34:24 +00:00
Showing only changes of commit ff3b75557f - Show all commits

View File

@@ -744,7 +744,7 @@ class Nostr {
val filter = Filter().kind(kind).author(userPubkey).pubkeys(pubkeys)
// Determine if it's an ongoing room
val isOngoing = client?.database()?.query(filter)?.isEmpty() == false
val isOngoing = client?.database()?.query(filter)?.isEmpty() ?: false
// Append room to map
roomsMap[newRoom.id] =