@satorijs/adapter-kook
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -535,2 +535,3 @@ var __create = Object.create; | ||
} | ||
logger.debug("[receive] %o", parsed); | ||
if (parsed.s === 0 /* event */) { | ||
@@ -663,2 +664,4 @@ this._sn = Math.max(this._sn, parsed.sn); | ||
return url; | ||
} else { | ||
return attrs.url; | ||
} | ||
@@ -665,0 +668,0 @@ } |
{ | ||
"name": "@satorijs/adapter-kook", | ||
"description": "Kook (Kaiheila) Adapter for Satorijs", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144347
1914