mirror of https://github.com/pixelfed/pixelfed.git
Update Profile model, cast last_status_at as timestamp
This commit is contained in:
parent
bdc3ab17dc
commit
a64aef6726
|
@ -21,7 +21,8 @@ class Profile extends Model
|
|||
|
||||
protected $dates = [
|
||||
'deleted_at',
|
||||
'last_fetched_at'
|
||||
'last_fetched_at',
|
||||
'last_status_at'
|
||||
];
|
||||
protected $hidden = ['private_key'];
|
||||
protected $visible = ['id', 'user_id', 'username', 'name'];
|
||||
|
|
Loading…
Reference in New Issue