mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-13 17:13:11 +01:00
Fix some unstable prefixes
This commit is contained in:
parent
b8dc3c0e56
commit
be824d07fb
1 changed files with 2 additions and 2 deletions
|
@ -2204,7 +2204,7 @@ func (portal *Portal) convertPollCreationMessage(intent *appservice.IntentAPI, m
|
|||
"kind": "org.matrix.msc3381.v2.disclosed",
|
||||
"max_selections": maxChoices,
|
||||
"question": map[string]any{
|
||||
"m.markup": []map[string]any{
|
||||
"org.matrix.msc1767.markup": []map[string]any{
|
||||
{"mimetype": "text/plain", "body": msg.GetName()},
|
||||
},
|
||||
},
|
||||
|
@ -2220,7 +2220,7 @@ func (portal *Portal) convertPollCreationMessage(intent *appservice.IntentAPI, m
|
|||
"kind": "org.matrix.msc3381.poll.disclosed",
|
||||
"max_selections": maxChoices,
|
||||
"question": map[string]any{
|
||||
"m.text": msg.GetName(),
|
||||
"org.matrix.msc1767.text": msg.GetName(),
|
||||
},
|
||||
"answers": msc3381Answers,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue