Page MenuHomePhabricator

[lib] implement hook to send text message from `InputStateContainer
ClosedPublic

Authored by kamil on Fri, Sep 13, 4:05 AM.
Tags
None
Referenced Files
F2753578: D13328.id44141.diff
Wed, Sep 18, 5:40 PM
F2753397: D13328.id44209.diff
Wed, Sep 18, 5:31 PM
F2753385: D13328.id.diff
Wed, Sep 18, 5:27 PM
F2752406: D13328.id44223.diff
Wed, Sep 18, 4:00 PM
F2750481: D13328.id44209.diff
Wed, Sep 18, 1:26 PM
Unknown Object (File)
Mon, Sep 16, 9:25 AM
Unknown Object (File)
Fri, Sep 13, 8:44 AM
Unknown Object (File)
Fri, Sep 13, 8:44 AM
Subscribers

Details

Summary

ENG-8424.

This code will handle both thick and thin threads, this is the point where we diverge logic, not in InputStateContainer on web and native.

Depends on D13327

Test Plan

Tested later in the stack

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
lib/hooks/input-state-container-hooks.js
74–76 ↗(On Diff #44141)
85–89 ↗(On Diff #44141)

not sure what is a better way of handling this without any

kamil published this revision for review.Fri, Sep 13, 4:39 AM
tomek added inline comments.
lib/hooks/input-state-container-hooks.js
85–89 ↗(On Diff #44141)

Can we use our ExtendableError?

This revision is now accepted and ready to land.Fri, Sep 13, 6:53 AM
lib/hooks/input-state-container-hooks.js
85–89 ↗(On Diff #44141)

created ENG-9277