a
This commit is contained in:
@@ -151,7 +151,7 @@ class PushSubscription(models.Model):
|
||||
def __str__(self):
|
||||
return f'{self.user} push'
|
||||
|
||||
def send_notif(self, title, body, icon=''):
|
||||
def send_notif(self, title, body, icon):
|
||||
payload = {
|
||||
"title": title,
|
||||
"body": body,
|
||||
|
||||
Reference in New Issue
Block a user