From aecba4049a7da4d419435f792373f6a8ef3c8211 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 12 Dec 2018 00:16:44 -0700 Subject: [PATCH] Update Status model, add text type --- app/Status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Status.php b/app/Status.php index de87c06d0..4769a733b 100644 --- a/app/Status.php +++ b/app/Status.php @@ -22,6 +22,7 @@ class Status extends Model protected $fillable = ['profile_id', 'visibility', 'in_reply_to_id', 'reblog_of_id']; const STATUS_TYPES = [ + 'text', 'photo', 'photo:album', 'video',