diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index ccf96c77..e34fc978 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osichat/__pycache__/models.cpython-310.pyc b/osinaweb/osichat/__pycache__/models.cpython-310.pyc index 86c48ab2..b7a1f8af 100644 Binary files a/osinaweb/osichat/__pycache__/models.cpython-310.pyc and b/osinaweb/osichat/__pycache__/models.cpython-310.pyc differ diff --git a/osinaweb/osichat/models.py b/osinaweb/osichat/models.py index fdc5c24e..75a2537e 100644 --- a/osinaweb/osichat/models.py +++ b/osinaweb/osichat/models.py @@ -123,7 +123,7 @@ class VisitorLog(models.Model): self.send_visitorlog_notification() def send_visitorlog_notification(self): - notification = ChatMessage.objects.create( + notification = ChatNotification.objects.create( title=f"Visitor navigated to: {self.title}.", image=self.visitor.flag_image_url )