mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 11:48:36 +01:00
try escaping the asterisk
This commit is contained in:
parent
42b11e096f
commit
a842e0433d
|
|
@ -50,7 +50,7 @@ allOf:
|
|||
description: |-
|
||||
The contents of the messages to be sent. These are arranged in
|
||||
a map of user IDs to a map of device IDs to message bodies.
|
||||
The device ID may also be *, meaning all known devices for the user.
|
||||
The device ID may also be \\*, meaning all known devices for the user.
|
||||
example: {
|
||||
"alice@example.org": {
|
||||
"IWHQUZUIAH": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue