diff --git a/native/chat/message-list.react.js b/native/chat/message-list.react.js --- a/native/chat/message-list.react.js +++ b/native/chat/message-list.react.js @@ -197,7 +197,10 @@ const { messageListData, startReached } = this.props; const footer = startReached ? this.ListFooterComponent : undefined; let relationshipPrompt = null; - if (this.props.threadInfo.type === threadTypes.GENESIS_PERSONAL) { + if ( + this.props.threadInfo.type === threadTypes.GENESIS_PERSONAL || + this.props.threadInfo.type === threadTypes.PERSONAL + ) { relationshipPrompt = (