Move msg.tags fallback to client
This commit is contained in:
@@ -295,6 +295,9 @@ export default class Client extends EventTarget {
|
||||
if (!msg.prefix) {
|
||||
msg.prefix = this.serverPrefix;
|
||||
}
|
||||
if (!msg.tags) {
|
||||
msg.tags = {};
|
||||
}
|
||||
|
||||
let msgBatch = null;
|
||||
if (msg.tags["batch"]) {
|
||||
|
||||
Reference in New Issue
Block a user