HomePhabricator
Diffusion Comm 6250e6985e40

[native][web] Drill parentThreadInfo to InputState.sendTextMessageAction

Description

[native][web] Drill parentThreadInfo to InputState.sendTextMessageAction

Summary: In a later diff I'll need parentThreadInfo to determine whether a text mention in a sidebar should add the mentioned user to the sidebar. (Only members of the parent thread qualify.)

Test Plan:
I tested this stack with the following steps on both web and native:

  1. Make sure users get auto-added to a sidebar when @-mentioned
  2. Test mentions typeahead and make sure it includes all members of parent
  3. If a user is @-mentioned in a text message that triggers the creation of a sidebar, then make sure they are included in the sidebar creation message
  4. If a user is @-mentioned in a text message that triggers the creation of a sidebar, then make sure their name is bolded from the very start of when the message is visible on-screen

Reviewers: atul

Reviewed By: atul

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D6801

Details