mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-13 14:12:09 +00:00
Fix typo.
This commit is contained in:
parent
9973a49533
commit
1d66c0258d
|
@ -47,7 +47,7 @@ pub async fn create_private_message(
|
|||
|
||||
check_private_messages_enabled(&local_user_view)?;
|
||||
|
||||
// Don't allow local sends to people to have private messages disabled
|
||||
// Don't allow local sends to people who have private messages disabled
|
||||
let recipient_local_user_opt = LocalUserView::read_person(&mut context.pool(), data.recipient_id)
|
||||
.await
|
||||
.ok();
|
||||
|
|
Loading…
Reference in a new issue