From 19aba9166af01a43446d6156a1ce390b66fff47b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 28 May 2019 20:58:38 -0600 Subject: [PATCH] Update Status model --- app/Status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Status.php b/app/Status.php index b5d7e88c0..19c986d3f 100644 --- a/app/Status.php +++ b/app/Status.php @@ -40,7 +40,8 @@ class Status extends Model 'story', 'story:reply', 'story:reaction', - 'story:live' + 'story:live', + 'loop' ]; public function profile()