fix: make reposts of nsfw posts nsfw
chore: update permission management uis
This commit is contained in:
parent
c49e4458e2
commit
7b4865333e
5 changed files with 11 additions and 3 deletions
|
@ -247,7 +247,7 @@ impl DataManager {
|
|||
{
|
||||
// requests are also deleted when a post is created answering the given question
|
||||
// (unless the question is global)
|
||||
self.delete_request(y.owner, y.id, &user).await?;
|
||||
self.delete_request(y.owner, y.id, user).await?;
|
||||
}
|
||||
|
||||
// return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue