fix: 任务成员应该禁止退出任务群聊

This commit is contained in:
kuaifan 2022-06-23 19:03:39 +08:00
parent 5ec56b4a9e
commit f13472f088

View File

@ -340,6 +340,7 @@ class WebSocketDialog extends AbstractModel
WebSocketDialogUser::createInstance([
'dialog_id' => $dialog->id,
'userid' => $value,
'important' => $group_type != 'user'
])->save();
}
}