diff --git a/native/chat/chat-input-bar.react.js b/native/chat/chat-input-bar.react.js --- a/native/chat/chat-input-bar.react.js +++ b/native/chat/chat-input-bar.react.js @@ -344,6 +344,7 @@ +onSend: () => Promise, +isMessageEdited: (newText?: string) => boolean, +blockNavigation: () => void, + +onPressJoin: () => void, }; class ChatInputBar extends React.PureComponent { @@ -469,7 +470,7 @@ joinButton = (