- {loading &&
}
-
-
- {this.renderMessages(messages)}
-
-
-
-
+
+
{showRecordingView && (
)}
@@ -293,6 +235,7 @@ export class SessionConversation extends React.Component
{
removeQuotedMessage={() => {
void this.replyToMessage(undefined);
}}
+ textarea={this.compositionBoxRef}
/>
)}
@@ -311,92 +254,11 @@ export class SessionConversation extends React.Component