forked from mirror/pixelfed
Update Status model
This commit is contained in:
parent
c6e3ad0212
commit
905c2417ae
|
@ -64,11 +64,6 @@ class Status extends Model
|
||||||
$id = $this->id;
|
$id = $this->id;
|
||||||
$username = $this->profile->username;
|
$username = $this->profile->username;
|
||||||
$path = config('app.url')."/p/{$username}/{$id}";
|
$path = config('app.url')."/p/{$username}/{$id}";
|
||||||
if (!is_null($this->in_reply_to_id)) {
|
|
||||||
$pid = $this->in_reply_to_id;
|
|
||||||
$path = "{$this->parent()->url()}#comment-{$id}";
|
|
||||||
}
|
|
||||||
|
|
||||||
return url($path);
|
return url($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue