Skip to content

Commit

Permalink
Fix add relay
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 6, 2024
1 parent da7fa51 commit 09b040b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/koalasat/pokey/models/NostrClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ object NostrClient {
activeTypes = COMMON_FEED_TYPES,
),
)
RelayPool.connectAndSendFiltersIfDisconnected()
getInboxLists(context)
subscribeToInbox(context)
}
}
}
Expand Down

0 comments on commit 09b040b

Please sign in to comment.