Page MenuHomePhabricator

[lib][native] update `useEditMessage` return type
ClosedPublic

Authored by kamil on Wed, Aug 28, 2:53 AM.
Tags
None
Referenced Files
F2788905: D13186.id43722.diff
Sat, Sep 21, 8:25 AM
F2788790: D13186.diff
Sat, Sep 21, 7:13 AM
Unknown Object (File)
Fri, Sep 20, 3:03 AM
Unknown Object (File)
Wed, Sep 18, 3:12 PM
Unknown Object (File)
Mon, Sep 16, 7:29 PM
Unknown Object (File)
Mon, Sep 16, 1:48 AM
Unknown Object (File)
Sun, Sep 15, 8:33 PM
Unknown Object (File)
Mon, Sep 9, 4:05 PM
Subscribers

Details

Summary

ENG-8976;

SendEditMessageResult is used only in dispatchActionPromise, other than that we only care about success/failure.

With that change, we're able to use this hook also for DMs where SendEditMessageResult is not existing.

Test Plan

Editing still works

Diff Detail

Repository
rCOMM Comm
Branch
logic-3
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Wed, Aug 28, 3:59 AM
tomek added inline comments.
lib/shared/edit-messages-utils.js
28–48

We can simplify the syntax

This revision is now accepted and ready to land.Wed, Aug 28, 5:34 AM