forked from reya/coop-mobile
feat: screener for message requests (#24)
Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/24
This commit is contained in:
@@ -178,7 +178,7 @@ fun App(viewModel: NostrViewModel) {
|
||||
NewIdentityScreen()
|
||||
}
|
||||
entry<Screen.Chat> { key ->
|
||||
ChatScreen(id = key.id)
|
||||
ChatScreen(id = key.id, screening = key.screening)
|
||||
}
|
||||
entry<Screen.NewChat> {
|
||||
NewChatScreen()
|
||||
|
||||
Reference in New Issue
Block a user