Update status model

pull/3639/head
Daniel Supernault 2022-09-01 01:21:06 -06:00
rodzic acd8f5bb49
commit 8bcf3700ba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 18 usunięć

Wyświetl plik

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