Use underscores in property names

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
kerry/display-notification-reason
Kerry 1 year ago committed by GitHub
parent fcc161d8c2
commit 409ec0cf74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,8 +15,8 @@ Extend the `Notification` object returned by [`GET /notifications`](https://spec
| Name | Type | Description |
|--|--|--|
| `executedRuleKind` | [push rule kind](https://spec.matrix.org/latest/client-server-api/#push-rules) (`override` \| `content` \| `room` \| `sender` \| `underride`) | `kind` of the executed push rule |
| `executedRuleId` | string | `rule_id` of the executed push rule |
| `rule_kind` | [push rule kind](https://spec.matrix.org/latest/client-server-api/#push-rules) (`override` \| `content` \| `room` \| `sender` \| `underride`) | `kind` of the executed push rule |
| `rule_id` | string | `rule_id` of the executed push rule |
## Alternatives

Loading…
Cancel
Save