Merge pull request #1730 from sunaurus/dm_fix

Fix DM replies not working
This commit is contained in:
Jay Sitter 2023-07-02 11:49:38 -04:00 committed by GitHub
commit 1700476528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,6 @@ export class PrivateMessage extends Component<
<div className="row">
<div className="col-sm-6">
<PrivateMessageForm
privateMessageView={message_view}
replyType={true}
recipient={otherPerson}
onCreate={this.props.onCreate}