show_nsfw is now default for postquery.

pull/365/head
Dessalines 2019-12-07 18:01:54 -08:00
parent b75abcdbc7
commit a1e5e98f9a
1 changed files with 0 additions and 1 deletions

View File

@ -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()?;