diff --git a/core/views.py b/core/views.py index a5d01e0..764a15d 100644 --- a/core/views.py +++ b/core/views.py @@ -93,6 +93,7 @@ def post(self, request, format=None): unfurl_links=False, ) notification_status.message_timestamp = response["ts"] + notification_status.status = "success" notification_status.save() logger.info(