mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
show_nsfw is now default for postquery.
This commit is contained in:
parent
b75abcdbc7
commit
a1e5e98f9a
@ -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 New Issue
Block a user