Add note about matching against state_key

erikj/sss
Erik Johnston 6 days ago
parent 27cd7eaa2e
commit 0c39b4b2ab

@ -278,7 +278,7 @@ Describes the set of state that the server should return for the room.
| Name | Type | Required | Comment |
| - | - | - | - |
| `type` | `string` | No | The event type to match. If omitted then matches all types. |
| `state_key` | `string` | No | The event state key to match. If omitted then matches all state keys. |
| `state_key` | `string` | No | The event state key to match. If omitted then matches all state keys. <br/><br/> Note: it is possible to match a specific state key, for all event types, by specifying `state_key` but leaving `type` unset. |

Loading…
Cancel
Save