新增聊天室状态与功能快捷菜单
This commit is contained in:
@@ -54,6 +54,8 @@ class User extends Authenticatable
|
||||
'custom_join_effect',
|
||||
'custom_leave_effect',
|
||||
'chat_preferences',
|
||||
'daily_status_key',
|
||||
'daily_status_expires_at',
|
||||
'user_level',
|
||||
'inviter_id',
|
||||
'room_id',
|
||||
@@ -107,6 +109,7 @@ class User extends Authenticatable
|
||||
'q3_time' => 'datetime',
|
||||
'has_received_new_gift' => 'boolean',
|
||||
'chat_preferences' => 'array',
|
||||
'daily_status_expires_at' => 'datetime',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user