aboutsummaryrefslogtreecommitdiff
path: root/matrix/pushrules/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/pushrules/action.go')
-rw-r--r--matrix/pushrules/action.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix/pushrules/action.go b/matrix/pushrules/action.go
index 1de973f..acb97b9 100644
--- a/matrix/pushrules/action.go
+++ b/matrix/pushrules/action.go
@@ -46,9 +46,9 @@ type PushActionArrayShould struct {
// Whether or not the array contained a Notify, DontNotify or Coalesce action type.
NotifySpecified bool
// Whether or not the event in question should trigger a notification.
- Notify bool
+ Notify bool
// Whether or not the event in question should be highlighted.
- Highlight bool
+ Highlight bool
// Whether or not the event in question should trigger a sound alert.
PlaySound bool