forked from reya/coop-mobile
feat: add profile screen (#5)
Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/5
This commit is contained in:
@@ -9,6 +9,9 @@ sealed interface Screen {
|
||||
@Serializable
|
||||
data class Chat(val id: Long) : Screen
|
||||
|
||||
@Serializable
|
||||
data class Profile(val pubkey: String) : Screen
|
||||
|
||||
@Serializable
|
||||
data object NewChat : Screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user