Server: Implement 'message' command #1
Labels
No Label
bug
Component/Client
Component/Frontend
Component/Server
duplicate
enhancement
invalid
main feature
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: binaryDiv/instantchat#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 'message' command sends a chat message to the current chat instance. It should be written to the database and forwarded to all users in this chat (including the one who sent it).
Define the exact format of the 'message' command.
Implement handler.
Send a 'message' event to all users in that chat.
(4. Persist message to database. -> #2)