Skip to content
Snippets Groups Projects
Commit 60b4b0d7 authored by lain's avatar lain
Browse files

Safety measures.

parent a41aa4e4
Branches
Tags
No related merge requests found
......@@ -128,7 +128,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
author = if with_author, do: [{:author, UserRepresenter.to_simple_form(user)}], else: []
mentions = activity.data["to"] |> get_mentions
mentions = (activity.data["to"] || []) |> get_mentions
[
{:"activity:object-type", ['http://activitystrea.ms/schema/1.0/activity']},
{:"activity:verb", ['http://activitystrea.ms/schema/1.0/follow']},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment