Update Status model

pull/613/head
Daniel Supernault 6 years ago
parent c211e1c6ca
commit 3d7c97b0ed
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -18,13 +18,14 @@ class Status extends Model
*/
protected $dates = ['deleted_at'];
protected $fillable = ['profile_id', 'visibility', 'in_reply_to_id'];
protected $fillable = ['profile_id', 'visibility', 'in_reply_to_id', 'reblog_of_id'];
const STATUS_TYPES = [
'photo',
'photo:album',
'video',
'video:album',
'photo:video:album'
'share',
'reply',
'story',

Loading…
Cancel
Save