fix: force auto_unlist when editing post context
This commit is contained in:
parent
f5faed7762
commit
d6348f7d67
1 changed files with 5 additions and 0 deletions
|
@ -2272,6 +2272,11 @@ impl DataManager {
|
|||
}
|
||||
}
|
||||
|
||||
// auto unlist
|
||||
if user.settings.auto_unlist {
|
||||
x.is_nsfw = true;
|
||||
}
|
||||
|
||||
// ...
|
||||
let conn = match self.0.connect().await {
|
||||
Ok(c) => c,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue