rich_media: lower log level of update
This commit is contained in:
parent
05bbdbf388
commit
bcf3e101f6
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…
Add table
Reference in a new issue