Page MenuHomePhabricator

[lib] implement sending DM text messages
ClosedPublic

Authored by kamil on Aug 23 2024, 7:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 3:09 PM
Unknown Object (File)
Wed, Sep 25, 12:27 AM
Unknown Object (File)
Wed, Sep 25, 12:27 AM
Unknown Object (File)
Wed, Sep 25, 12:26 AM
Unknown Object (File)
Wed, Sep 25, 12:05 AM
Unknown Object (File)
Sep 13 2024, 12:05 PM
Unknown Object (File)
Sep 12 2024, 10:13 AM
Unknown Object (File)
Sep 9 2024, 4:02 PM
Subscribers

Details

Summary

ENG-8423.

Depends on D13159

Test Plan

Test sending text message

Note: This stack is tested end-to-end according to the process described here.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 23 2024, 7:28 AM
kamil added inline comments.
native/input/input-state-container.react.js
486

wondering, if we should use something like this here

tomek added inline comments.
native/input/input-state-container.react.js
486

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

Shouldn't we send this message to all the users? We should inform other devices of the viewer about this operation.

This revision is now accepted and ready to land.Aug 26 2024, 4:38 AM

send message to other sender devices

native/input/input-state-container.react.js
486

I'll leave it as it is to not interfere with how our UUIDs work

491–492

not to all users, but we should not remove the sender from recipientIDs

This revision was automatically updated to reflect the committed changes.