forked from AkkomaGang/akkoma
activitypub: prime OGP crawler cache when new messages are inserted into the database
This commit is contained in:
parent
8e42251e06
commit
91ef64a1ec
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ def insert(map, local \\ true) when is_map(map) do
|
||||||
recipients: recipients
|
recipients: recipients
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Task.start(fn ->
|
||||||
|
Pleroma.Web.RichMedia.Helpers.fetch_data_for_activity(activity)
|
||||||
|
end)
|
||||||
|
|
||||||
Notification.create_notifications(activity)
|
Notification.create_notifications(activity)
|
||||||
stream_out(activity)
|
stream_out(activity)
|
||||||
{:ok, activity}
|
{:ok, activity}
|
||||||
|
|
Loading…
Reference in a new issue