Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
fix at
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Nov 14, 2020
1 parent d6e5223 commit 280a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/message/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Builder {
} catch (e) {}
}
}
if (dummy || (!common.checkUin(q) && qq !== "all")) {
if (dummy == "1" || (!common.checkUin(q) && qq !== "all")) {
if (!display.startsWith("@"))
display = "@" + display;
return this.buildTextElem(display);
Expand Down

0 comments on commit 280a3bf

Please sign in to comment.