Skip to content
Snippets Groups Projects
Commit 5e134f39 authored by timkinnane's avatar timkinnane
Browse files

fix(send): Simplify message sending interfaces

+ Update send methods to reduce variation and deprecated methods to reduce confusion.
+ Add tests for all send methods and updated docs.

BREAKING CHANGE: sendMessageByRoomId and sendMessageByRoom replaced with sendToRoomId and sendToRoom. sendMessage is now semantically used for the endpoint that sends a message object, where other send methods are abstractions of that and accept strings instead that are converted to a
message.
parent 1b799a94
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment