From 5c43713d85ad07b3ae124baa328ea9bb83efe43b Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 31 Jan 2023 15:22:22 +0100 Subject: [PATCH] Forgot call to clear_feeds_cache Signed-off-by: Thomas Citharel --- lib/federation/activity_pub/types/events.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/federation/activity_pub/types/events.ex b/lib/federation/activity_pub/types/events.ex index 08d7b819..13b3e2f1 100644 --- a/lib/federation/activity_pub/types/events.ex +++ b/lib/federation/activity_pub/types/events.ex @@ -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