Forgot call to clear_feeds_cache

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-01-31 15:22:22 +01:00
parent 4cea61bd9f
commit 5c43713d85
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ defmodule Mobilizon.Federation.ActivityPub.Types.Events do
defp clear_caches(event) do
clear_ap_cache(event)
clear_feeds_cache(event)
clear_category_statistics_cache()
end