mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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;
|
||||
$username = $this->profile->username;
|
||||
return url(config('app.url') . "/p/@{$username}/{$id}");
|
||||
return url(config('app.url') . "/p/{$username}/{$id}");
|
||||
}
|
||||
|
||||
public function mediaUrl()
|
||||
|
|
Loading…
Reference in a new issue