mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Merge pull request #1730 from sunaurus/dm_fix
Fix DM replies not working
This commit is contained in:
commit
1700476528
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue