Update Status model, add text type

pull/643/head
Daniel Supernault 6 years ago
parent f40d4b77da
commit aecba4049a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save