Commit 82c2d8a2 authored by nanahira's avatar nanahira

fix

parent db6b1704
......@@ -44,7 +44,12 @@ export class OrderPickerConfig {
return false;
}
const segments = session.elements;
if (!segments.find((s) => s.type === 'at' && s.attrs.type === 'all')) {
if (
!segments.find(
(s) =>
s.type === 'at' && (s.attrs.type === 'all' || s.attrs.qq === 'all'),
)
) {
return false;
}
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment