]> source.dussan.org Git - gitea.git/commit
Add missing comment reply handling (#32050)
authorKN4CK3R <admin@oldschoolhack.me>
Tue, 17 Sep 2024 20:56:26 +0000 (22:56 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 20:56:26 +0000 (20:56 +0000)
commit55f1fcf0ad20d69fcd62c764f6da74ae56bd5f73
treea93e9056637e4496aa7c2d6e5a91ed48727ecdba
parent8cdf4e29c4646cd3c35453e09a153406650c4fbc
Add missing comment reply handling (#32050)

Fixes #31937

- Add missing comment reply handling
- Use `onGiteaRun` in the test because the fixtures are not present
otherwise (did this behaviour change?)

Compare without whitespaces.
services/mailer/incoming/incoming_handler.go
tests/integration/incoming_email_test.go