mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update status model
This commit is contained in:
parent
acd8f5bb49
commit
8bcf3700ba
1 changed files with 1 additions and 18 deletions
|
@ -28,24 +28,7 @@ class Status extends Model
|
|||
*/
|
||||
protected $dates = ['deleted_at'];
|
||||
|
||||
protected $fillable = [
|
||||
'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'
|
||||
];
|
||||
protected $guarded = [];
|
||||
|
||||
const STATUS_TYPES = [
|
||||
'text',
|
||||
|
|
Loading…
Reference in a new issue