mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Follower model
This commit is contained in:
parent
2f354c5bc3
commit
8c12151859
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue