Allow to exclude stale actors from group search (one week without refreshment)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -53,7 +53,8 @@ defmodule Mobilizon.GraphQL.API.SearchTest do
|
||||
location: nil,
|
||||
minimum_visibility: :public,
|
||||
current_actor_id: nil,
|
||||
exclude_my_groups: false
|
||||
exclude_my_groups: false,
|
||||
exclude_stale_actors: true
|
||||
],
|
||||
1,
|
||||
10
|
||||
|
||||
Reference in New Issue
Block a user