Details
Details
- Reviewers
tomek inka - Commits
- rCOMMb292958afbf5: [lib] implement sending DM text messages
Test sending text message
Note: This stack is tested end-to-end according to the process described here.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/input/input-state-container.react.js | ||
---|---|---|
486 ↗ | (On Diff #43617) | wondering, if we should use something like this here |
native/input/input-state-container.react.js | ||
---|---|---|
486 ↗ | (On Diff #43617) | It is an interesting idea, but we would need to make sure that the local IDs are UUIDs. But even then, I'm not sure if it would really be beneficial. On the other hand, it is a bit confusing why the messageInfo has an ID that isn't used here. |
491–492 ↗ | (On Diff #43617) | Shouldn't we send this message to all the users? We should inform other devices of the viewer about this operation. |