From 0343a408f4770de35c7d4e2fa6b319be5fb51555 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 7 Nov 2018 18:25:45 +0100 Subject: [PATCH] Typo Signed-off-by: Thomas Citharel --- lib/service/activity_pub/activity_pub.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/activity_pub/activity_pub.ex b/lib/service/activity_pub/activity_pub.ex index 715eb8570..9f2a3e4a7 100644 --- a/lib/service/activity_pub/activity_pub.ex +++ b/lib/service/activity_pub/activity_pub.ex @@ -301,7 +301,7 @@ defmodule Mobilizon.Service.ActivityPub do }, avatar_url: data["icon"]["url"], banner_url: data["image"]["url"], - name: name, + name: data["name"], preferred_username: data["preferredUsername"], follower_address: data["followers"], summary: data["summary"],