From 59ef948640cb3c6cc268db29ef91a4f3718597e2 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 18 Nov 2019 05:09:18 -0600 Subject: Get rid of the `Formatter` cache. It isn't worth the admin headaches. --- app/services/activitypub/process_account_service.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/services/activitypub') diff --git a/app/services/activitypub/process_account_service.rb b/app/services/activitypub/process_account_service.rb index 21f326988..a1d508405 100644 --- a/app/services/activitypub/process_account_service.rb +++ b/app/services/activitypub/process_account_service.rb @@ -68,8 +68,6 @@ class ActivityPub::ProcessAccountService < BaseService set_immediate_attributes! set_fetchable_attributes! unless @options[:only_keys] - Rails.cache.delete("formatted_account:#{@account.id}") - @account.save_with_optional_media! end -- cgit