feat: Refetch the latest messages on action cable reconnect in widget (#6996)

This commit is contained in:
Muhsin Keloth
2023-05-12 14:05:22 +05:30
committed by GitHub
parent 020dcc4dc7
commit 708bddf4db
10 changed files with 366 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ const state = {
isAgentTyping: false,
isCreating: false,
},
lastMessageId: null,
};
export default {