Update RemoteFollowPipeline job

pull/547/head
Daniel Supernault 6 years ago
parent f69248ba06
commit 28827559d5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -83,7 +83,7 @@ class RemoteFollowPipeline implements ShouldQueue
$profile->domain = $domain;
$profile->username = $remoteUsername;
$profile->name = $res['name'];
$profile->bio = str_limit($res['summary'], 125);
$profile->bio = Purify::clean($res['summary']);
$profile->sharedInbox = $res['endpoints']['sharedInbox'];
$profile->remote_url = $res['url'];
$profile->save();

Loading…
Cancel
Save