Преглед на файлове

Update Status model, add text type

Daniel Supernault преди 6 години
родител
ревизия
aecba4049a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Status.php

+ 1 - 0
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',