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

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