koishi-plugin-best-cave 2.3.5 → 2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -428,7 +428,7 @@ async function processMessageElements(sourceElements, newId, session) {
|
|
|
428
428
|
if (Array.isArray(el.attrs.content)) {
|
|
429
429
|
for (const rawMessage of el.attrs.content) {
|
|
430
430
|
if (rawMessage && rawMessage.message) {
|
|
431
|
-
childrenToProcess.push(...import_koishi.h.
|
|
431
|
+
childrenToProcess.push(...import_koishi.h.normalize(rawMessage.message));
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
}
|