def cancel_notification(self):
        user = self._get_user()
        if user:
            user.notification = None
            user.save()