-
Notifications
You must be signed in to change notification settings - Fork 58
receive json #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
receive json #368
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
PR Type
Bug fix
Description
Parse JSON strings in SignalR message handlers
Fix missing semicolon and duplicate dialog grouping
Diagram Walkthrough
File Walkthrough
signalr-service.js
Parse JSON strings in SignalR handlerssrc/lib/services/signalr-service.js
JSON.parse()to all SignalR message handlerschat-box.svelte
Fix syntax and dialog groupingsrc/routes/chat/[agentId]/[conversationId]/chat-box.svelte
assignMessageDisclaimercallgroupedDialogs = groupDialogs(dialogs)to refresh function