Project 'elixxir/elixxir-dapps-sdk-swift' was moved to 'mobile/ios/elixxir-dapps-sdk-swift'. Please update any links and bookmarks that may still have the old path.
Messenger example - chat
Compare changes
- Dariusz Rybicki authored
@@ -39,12 +39,14 @@ public struct ChatState: Equatable, Identifiable {
@@ -52,6 +54,7 @@ public struct ChatState: Equatable, Identifiable {
@@ -59,6 +62,8 @@ public enum ChatAction: Equatable, BindableAction {
@@ -152,8 +157,7 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>
@@ -166,6 +170,14 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>