In the next few diffs we will introduce the functionality to send a reaction by clicking on a pill. To prepare for this we need to make reactions prop required so we can use the sendReaction hook
Depends on D8709
Differential D8710 Authored by ginsu on Aug 2 2023, 12:19 PM.
Details Summary In the next few diffs we will introduce the functionality to send a reaction by clicking on a pill. To prepare for this we need to make reactions prop required so we can use the sendReaction hook Depends on D8709 Test Plan flow and confirmed that InlineEngagement still looks and works as expected for comopsed message and robotext messages
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptAug 2 2023, 12:19 PM2023-08-02 12:19:29 (UTC-7) ginsu edited the summary of this revision. (Show Details)Aug 2 2023, 12:20 PM2023-08-02 12:20:20 (UTC-7) Harbormaster completed remote builds in B21498: Diff 29492.Aug 2 2023, 2:13 PM2023-08-02 14:13:22 (UTC-7) This revision is now accepted and ready to land.Aug 3 2023, 9:30 PM2023-08-03 21:30:16 (UTC-7) Harbormaster completed remote builds in B22131: Diff 30365.Aug 27 2023, 8:07 PM2023-08-27 20:07:28 (UTC-7) Closed by commit rCOMM5a07a952fc9d: [web] make reactions prop for InlineEngagement requried (authored by ginsu). · Explain WhyAug 27 2023, 8:34 PM2023-08-27 20:34:40 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30365 web/chat/inline-engagement.react.js
|
Nit: we could define this outside of the loop.