Update Follower model

pull/663/head
Daniel Supernault 7 years ago
parent 2f354c5bc3
commit 8c12151859
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -26,7 +26,7 @@ class Follower extends Model
public function permalink($append = null) 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); return url($path);
} }

Loading…
Cancel
Save