From a19b2c3397cfbd529d9bc088646d2ff19d2197cd Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 5 Sep 2024 10:22:55 +0300 Subject: [PATCH] new --- osinaweb/osichat/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osinaweb/osichat/models.py b/osinaweb/osichat/models.py index 9b071f8a..7f85b089 100644 --- a/osinaweb/osichat/models.py +++ b/osinaweb/osichat/models.py @@ -31,7 +31,7 @@ def send_notification(notification): title=notification_data['title'], body=notification_data['body'], sound=android_sound, - android_channel_id=android_channel_id + channel_id=android_channel_id ) ) @@ -97,7 +97,6 @@ def send_notification(notification): apns=error_apns_config ) ) - # Create your models here. class ChatNotification(models.Model):