openmates 0.10.0-alpha.2 → 0.10.0-alpha.3
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/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -8123,6 +8123,7 @@ async function sendMessageStreaming(client, params, redactor) {
|
|
|
8123
8123
|
try {
|
|
8124
8124
|
const mentionCtx = await client.buildMentionContext();
|
|
8125
8125
|
const parsed = parseMentions(params.message, mentionCtx);
|
|
8126
|
+
finalMessage = parsed.processedMessage;
|
|
8126
8127
|
if (parsed.unresolved.length > 0) {
|
|
8127
8128
|
clearTyping();
|
|
8128
8129
|
for (const u of parsed.unresolved) {
|
|
@@ -8259,7 +8260,6 @@ async function sendMessageStreaming(client, params, redactor) {
|
|
|
8259
8260
|
);
|
|
8260
8261
|
}
|
|
8261
8262
|
}
|
|
8262
|
-
finalMessage = parsed.processedMessage;
|
|
8263
8263
|
} catch {
|
|
8264
8264
|
}
|
|
8265
8265
|
}
|