浏览代码

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',