emile 9 months ago
parent 459f275c37
commit 1bb0b45c9e

Binary file not shown.

@ -183,7 +183,7 @@ class VisitorLog(models.Model):
body = f"New visitor navigated to {self.url}" body = f"New visitor navigated to {self.url}"
notification = ChatNotification.objects.create( notification = ChatNotification.objects.create(
title="New visitor on Ositcom!", title="New visitor on Ositcom!",
body = body, message = body,
image = self.visitor.notification_flag_image_url, image = self.visitor.notification_flag_image_url,
type = "Visitor" type = "Visitor"
) )

Loading…
Cancel
Save