Explorar o código

Update Status model, add text type

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
aecba4049a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'];
     protected $fillable = ['profile_id', 'visibility', 'in_reply_to_id', 'reblog_of_id'];
 
 
     const STATUS_TYPES = [
     const STATUS_TYPES = [
+        'text',
         'photo',
         'photo',
         'photo:album',
         'photo:album',
         'video',
         'video',