Update status model

pull/3639/head
Daniel Supernault 3 years ago
parent acd8f5bb49
commit 8bcf3700ba
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -28,24 +28,7 @@ class Status extends Model
*/ */
protected $dates = ['deleted_at']; protected $dates = ['deleted_at'];
protected $fillable = [ protected $guarded = [];
'scope',
'caption',
'rendered',
'url',
'uri',
'object_url',
'created_at',
'local',
'is_nsfw',
'scope',
'cw_summary',
'profile_id',
'visibility',
'in_reply_to_id',
'reblog_of_id',
'type'
];
const STATUS_TYPES = [ const STATUS_TYPES = [
'text', 'text',

Loading…
Cancel
Save