From 4a3e7091b244e7e1adfb0a731e42ce7a9447a464 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 18 Apr 2023 14:29:54 -0600 Subject: [PATCH] Update for MSC1767 --- proposals/3955-extensible-events-bot-notice-mixin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/3955-extensible-events-bot-notice-mixin.md b/proposals/3955-extensible-events-bot-notice-mixin.md index 115a03f3..bab05dea 100644 --- a/proposals/3955-extensible-events-bot-notice-mixin.md +++ b/proposals/3955-extensible-events-bot-notice-mixin.md @@ -21,7 +21,7 @@ clients) to send plain text. To open this functionality up to any event, we defi // irrelevant fields not shown "type": "m.emote", "content": { - "m.markup": [{"body": "says hi"}], + "m.text": [{"body": "says hi"}], "m.automated": true } }