Merge remote-tracking branch 'pleroma/develop' into cycles-base-url

This commit is contained in:
Alex Gleason 2021-05-31 16:49:46 -05:00
commit f2134e605b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
186 changed files with 5816 additions and 1315 deletions

View file

@ -32,6 +32,7 @@ defmodule Pleroma.Web.Feed.FeedView do
%{
activity: activity,
object: object,
data: Map.get(object, :data),
actor: actor
}