rich_media: lower log level of update
This commit is contained in:
parent
bb04859b3d
commit
8d8132b46a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ defp maybe_schedule_expiration(url, fields) do
|
|||
end
|
||||
|
||||
defp stream_update(%{"activity_id" => activity_id}) do
|
||||
Logger.info("Rich media backfill: streaming update for activity #{activity_id}")
|
||||
Logger.debug("Rich media backfill: streaming update for activity #{activity_id}")
|
||||
|
||||
Pleroma.Activity.get_by_id(activity_id)
|
||||
|> Pleroma.Activity.normalize()
|
||||
|
|
Loading…
Reference in a new issue