chore: mention notification and webhook faliure (#3573)

* fix: mention rstrip error

* chore: webhook deactivation email

* chore: changed template

* chore: current site for external api's

* chore: mention in template displayed

* chore: mention tag fix

* chore: comment user name displayed
This commit is contained in:
Bavisetti Narayan 2024-02-07 15:14:30 +05:30 committed by GitHub
parent 4563b50fad
commit 76db394ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1803 additions and 136 deletions

View file

@ -64,6 +64,7 @@ class WebhookMixin:
action=self.request.method,
slug=self.workspace_slug,
bulk=self.bulk,
current_site=request.META.get("HTTP_ORIGIN"),
)
return response