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
f0fd072086
commit
19aba9166a
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ class Status extends Model
|
|||
'story',
|
||||
'story:reply',
|
||||
'story:reaction',
|
||||
'story:live'
|
||||
'story:live',
|
||||
'loop'
|
||||
];
|
||||
|
||||
public function profile()
|
||||
|
|
Loading…
Reference in a new issue