Skip to content

Commit 9cf9ad0

Browse files
committed
feat: onThreadPress to open threads on keyboard
1 parent e45b714 commit 9cf9ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/containers/message/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ class MessageContainer extends React.Component<IMessageContainerProps, IMessageC
441441
onReactionPress: this.onReactionPress,
442442
onEncryptedPress: this.onEncryptedPress,
443443
onDiscussionPress: this.onDiscussionPress,
444+
onThreadPress: this.onThreadPress,
444445
onReactionLongPress: this.onReactionLongPress,
445446
onLinkPress: this.onLinkPress,
446447
onAnswerButtonPress: this.onAnswerButtonPress,

0 commit comments

Comments
 (0)