feature/IO-3000-messaging-sockets-migrations2 -
- Checkpoint, archiving works, cannot unarchive yet Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -174,7 +174,7 @@ const redisSocketEvents = ({
|
||||
const conversationModified = ({ bodyshopId, conversationId, ...fields }) => {
|
||||
try {
|
||||
// Retrieve the room name for the conversation
|
||||
const room = getBodyshopConversationRoom({ bodyshopId, conversationId });
|
||||
const room = getBodyshopRoom(bodyshopId);
|
||||
// Emit the updated data to all clients in the room
|
||||
io.to(room).emit("conversation-changed", {
|
||||
conversationId,
|
||||
|
||||
Reference in New Issue
Block a user