Page MenuHomePhabricator

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

Authored by kamil on Aug 28 2024, 2:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 1:10 PM
Unknown Object (File)
Sat, Apr 19, 12:25 PM
Unknown Object (File)
Sat, Apr 19, 10:31 AM
Unknown Object (File)
Fri, Apr 18, 9:00 PM
Unknown Object (File)
Fri, Apr 18, 11:38 AM
Unknown Object (File)
Sun, Apr 13, 8:44 PM
Unknown Object (File)
Sun, Apr 6, 9:32 AM
Unknown Object (File)
Mar 4 2025, 7:16 AM
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-4
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 28 2024, 3:59 AM
tomek added inline comments.
lib/shared/edit-messages-utils.js
28–48 ↗(On Diff #43722)

We can simplify the syntax

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