You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event topic in deleteChatMessage resolver uses ':chat_messages::create' for deletion operations, which is incorrect and could cause confusion for subscribers.
Current Behavior
The current implementation publishes deletion events with topic 'chats.[chatId]:chat_messages::create'
Expected Behavior
Deletion events should use topic 'chats.[chatId]:chat_messages::delete' to accurately reflect the operation type.
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
The event topic in deleteChatMessage resolver uses ':chat_messages::create' for deletion operations, which is incorrect and could cause confusion for subscribers.
Current Behavior
The current implementation publishes deletion events with topic 'chats.[chatId]:chat_messages::create'
Expected Behavior
Deletion events should use topic 'chats.[chatId]:chat_messages::delete' to accurately reflect the operation type.
Context
This should be addressed in a separate PR focused on server-side improvements.
The text was updated successfully, but these errors were encountered: