mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +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',
|
||||||
'story:reply',
|
'story:reply',
|
||||||
'story:reaction',
|
'story:reaction',
|
||||||
'story:live'
|
'story:live',
|
||||||
|
'loop'
|
||||||
];
|
];
|
||||||
|
|
||||||
public function profile()
|
public function profile()
|
||||||
|
|
Loading…
Reference in a new issue