fix: 修复了拉人进群无法踢出去的问题
This commit is contained in:
@@ -221,6 +221,7 @@ class Project extends AbstractModel
|
||||
'important' => 1
|
||||
], function () use ($userid) {
|
||||
return [
|
||||
'important' => 1,
|
||||
'bot' => User::isBot($userid) ? 1 : 0,
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user