Page MenuHomePhabricator

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

Authored by kamil on Sep 13 2024, 4:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 2:00 PM
Unknown Object (File)
Thu, Nov 7, 1:23 PM
Unknown Object (File)
Fri, Nov 1, 10:10 PM
Unknown Object (File)
Fri, Nov 1, 10:10 PM
Unknown Object (File)
Fri, Nov 1, 10:10 PM
Unknown Object (File)
Fri, Nov 1, 10:10 PM
Unknown Object (File)
Fri, Nov 1, 10:10 PM
Unknown Object (File)
Sun, Oct 20, 2:58 PM
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.Sep 13 2024, 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.Sep 13 2024, 6:53 AM
lib/hooks/input-state-container-hooks.js
85–89 ↗(On Diff #44141)

created ENG-9277