mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update RemoteFollowPipeline job
This commit is contained in:
parent
f69248ba06
commit
28827559d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue