diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-23 01:07:44 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-23 01:20:26 +0200 |
commit | a3f48093ebd8fcc3dc2ffefc727378ae8dca7269 (patch) | |
tree | a27d46999800d480c5bdc17b7285e6f203dc41f9 /matrix/pushrules | |
parent | 16635dcde7b3402e7eff44864b4dba5a2ddd8a37 (diff) |
gofmt and govet
Diffstat (limited to 'matrix/pushrules')
-rw-r--r-- | matrix/pushrules/action.go | 4 |
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 |