1
0
Fork 0

Update Follower model

This commit is contained in:
Daniel Supernault 2018-12-21 12:51:25 -07:00
parent 2f354c5bc3
commit 8c12151859
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Follower extends Model
public function permalink($append = null)
{
$path = $this->actor->permalink("/follow/{$this->id}{$append}");
$path = $this->actor->permalink("#accepts/follows/{$this->id}{$append}");
return url($path);
}