Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Aug 11, 2024
1 parent 3c18a99 commit d8b11db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feed_activities.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ defmodule Bonfire.Social.FeedActivities do

defp maybe_filter(query, filters) do
if Map.keys(filters) |> List.first() |> is_atom() do
warn(filters, "no known extra filters defined")
debug(filters, "no known extra filters defined")
query
else
maybe_filter(query, input_to_atoms(filters))
Expand Down

0 comments on commit d8b11db

Please sign in to comment.