zulip/zerver/webhooks/github
Niloth P 09f47d5a0a webhooks/github: Suppress "comment edited" events when body is same.
GitHub generates spurious edited events on hiding/unhiding a comment,
and on clicking "edit"/"update" without any changes, when the
comment "body" contains certain specific characters.

Instead of sending a notification message, we suppress those edge cases
by comparing the "body" content of the comment and changes in the event
payload.

Fixes #31042, #26136.
2025-01-03 15:18:39 -08:00
..
fixtures webhooks/github: Suppress "comment edited" events when body is same. 2025-01-03 15:18:39 -08:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md integration-docs: Remove create channel for generate webhook URL docs. 2024-11-19 13:02:01 -08:00
githubsponsors.md integration-docs: Remove create channel for generate webhook URL docs. 2024-11-19 13:02:01 -08:00
tests.py webhooks/github: Suppress "comment edited" events when body is same. 2025-01-03 15:18:39 -08:00
view.py webhooks/github: Suppress "comment edited" events when body is same. 2025-01-03 15:18:39 -08:00