feat(chat): sync multi-role backend APIs
This commit is contained in:
@@ -189,6 +189,11 @@ const userSessionState = chatMachineSetup.createStateConfig({
|
||||
},
|
||||
],
|
||||
on: {
|
||||
ChatHistoryRefreshRequested: {
|
||||
target: "#chat.userSession",
|
||||
reenter: true,
|
||||
actions: "startUserSession",
|
||||
},
|
||||
...historyPaginationTransitions,
|
||||
ChatGuestLogin: {
|
||||
target: "#chat.guestSession",
|
||||
|
||||
Reference in New Issue
Block a user