more threads fixes

This commit is contained in:
Jai A
2023-04-13 09:54:03 -07:00
parent 352caa85da
commit f87f4bd8cc
4 changed files with 28 additions and 15 deletions

View File

@@ -325,7 +325,7 @@ pub async fn report_edit(
author_id: Some(user.id.into()),
body: MessageBody::ThreadClosure,
thread_id: thread,
show_in_mod_inbox: None,
show_in_mod_inbox: false,
}
.insert(&mut transaction)
.await?;