introduce SendReactionMessageRequest type to message types. This type will be needed in the reactionMessageCreationResponder
Details
Details
flow and this will be further tested in subsequent diffs
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/types/message-types.js | ||
---|---|---|
549 ↗ | (On Diff #18954) | What would it mean if a request with reaction = null was sent? |
lib/types/message-types.js | ||
---|---|---|
549 ↗ | (On Diff #18954) | I was thinking that if a reaction is null it would mean that the user unliked/unreacted to a message |
lib/types/message-types.js | ||
---|---|---|
549 ↗ | (On Diff #18954) | This might be ok for now, but what will happen when a user has more reactions? Would null unset all of them? It seems like we should rethink our approach regarding removing reactions. Thinking about it now is a good idea, because introducing API that has to be changed soon and requires checking client version increases complexity. |