Messenger example - chat
Compare changes
- Dariusz Rybicki authored
@@ -39,12 +39,14 @@ public struct ChatState: Equatable, Identifiable {
@@ -39,12 +39,14 @@ public struct ChatState: Equatable, Identifiable {
@@ -52,6 +54,7 @@ public struct ChatState: Equatable, Identifiable {
@@ -52,6 +54,7 @@ public struct ChatState: Equatable, Identifiable {
@@ -59,6 +62,8 @@ public enum ChatAction: Equatable, BindableAction {
@@ -59,6 +62,8 @@ public enum ChatAction: Equatable, BindableAction {
@@ -152,8 +157,7 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>
@@ -152,8 +157,7 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>
@@ -166,6 +170,14 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>
@@ -166,6 +170,14 @@ public let chatReducer = Reducer<ChatState, ChatAction, ChatEnvironment>