mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update status model
This commit is contained in:
parent
21d7e47673
commit
ab6079f2fe
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Status extends Model
|
||||||
{
|
{
|
||||||
$id = $this->id;
|
$id = $this->id;
|
||||||
$username = $this->profile->username;
|
$username = $this->profile->username;
|
||||||
return url(config('app.url') . "/p/@{$username}/{$id}");
|
return url(config('app.url') . "/p/{$username}/{$id}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mediaUrl()
|
public function mediaUrl()
|
||||||
|
|
Loading…
Reference in a new issue