Need this to distinguish FilterMessage instances

This commit is contained in:
Raymond Hill 2025-05-29 15:19:03 -04:00
parent c142d9af67
commit b69f809d91
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -3122,7 +3122,8 @@ class FilterMessage {
return filterDataAlloc(args[0], bidiTrie.storeString(msg), msg.length);
}
static keyFromArgs() {
static keyFromArgs(args) {
return `${args[1]}`;
}
static logData(idata, details) {