show_nsfw is now default for postquery.
This commit is contained in:
parent
2325690cb6
commit
a51b7d95b2
1 changed files with 0 additions and 1 deletions
|
@ -761,7 +761,6 @@ impl Perform<LoginResponse> for Oper<DeleteAccount> {
|
|||
// Posts
|
||||
let posts = PostQueryBuilder::create(&conn)
|
||||
.sort(&SortType::New)
|
||||
.show_nsfw(true)
|
||||
.for_creator_id(user_id)
|
||||
.limit(std::i64::MAX)
|
||||
.list()?;
|
||||
|
|
Loading…
Reference in a new issue