Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
0d026aaf
Commit
0d026aaf
authored
May 23, 2018
by
Luko van der Maas
Browse files
added the correct arg to send pushnotification
parent
12cd7c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/pushnotifications/models.py
View file @
0d026aaf
...
...
@@ -141,8 +141,9 @@ class Message(models.Model, metaclass=ModelTranslateMeta):
registration_ids
=
reg_ids
,
message_title
=
self
.
title
,
message_body
=
str
(
self
.
body
),
color
=
'#
E
62272'
,
color
=
'#
0
62272'
,
sound
=
'default'
,
click_action
=
'https://thalia.nu/pizzas/'
,
**
kwargs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment