v2 Suggestions: actually flter out dismissed suggestions

This commit is contained in:
Alex Gleason 2021-11-26 21:02:14 -06:00
commit 437c1a5a52
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 45 additions and 3 deletions

View file

@ -46,6 +46,7 @@ defmodule Pleroma.User.Query do
unconfirmed: boolean(),
is_admin: boolean(),
is_moderator: boolean(),
is_suggested: boolean(),
super_users: boolean(),
invisible: boolean(),
internal: boolean(),