Use instances table instead of Cachex
This commit is contained in:
parent
6a679d80c9
commit
013e2c5057
5 changed files with 65 additions and 32 deletions
|
|
@ -209,8 +209,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
|
|||
|> Map.get(:ap_id, "")
|
||||
|> URI.parse()
|
||||
|> URI.merge("/")
|
||||
|> to_string()
|
||||
|> Pleroma.Instances.get_cached_favicon()
|
||||
|> Pleroma.Instances.Instance.get_or_update_favicon()
|
||||
|> MediaProxy.url()
|
||||
|
||||
%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue