mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
fix: audible status using wrong property name
This commit is contained in:
@@ -284,7 +284,7 @@ class NerdBot
|
||||
$affected = ChatConversation::query()->upsert([[
|
||||
'user_id' => $target->id,
|
||||
'bot_id' => $this->bot->id,
|
||||
'status' => false,
|
||||
'audible' => false,
|
||||
'deleted_at' => null,
|
||||
]], ['user_id', 'bot_id'], ['deleted_at']);
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ class SystemBot
|
||||
$affected = ChatConversation::query()->upsert([[
|
||||
'user_id' => $target->id,
|
||||
'bot_id' => $this->bot->id,
|
||||
'status' => false,
|
||||
'audible' => false,
|
||||
'deleted_at' => null,
|
||||
]], ['user_id', 'bot_id'], ['deleted_at']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user