Skip to content

Commit

Permalink
Correct error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm committed Apr 2, 2024
1 parent c6d896c commit 95ad980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/IMessenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ namespace Exchange {
// @param roomId: Token of the room to send the message to (e.g. 1e217990dd1cd4f66124)
// @param message: Contents of the message to send (e.g. "Hello!")
// @retval ERROR_UNKNOWN_KEY: The room token is invalid
// @retval ERROR_BAD_REQUEST: The message is invalid
virtual Core::hresult Send(const string& roomId, const string& message) = 0;
};

Expand Down

0 comments on commit 95ad980

Please sign in to comment.