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):