]> source.dussan.org Git - gitea.git/commit
Fix Matrix and MSTeams nil dereference (#28089) (#28105)
authorGiteabot <teabot@gitea.io>
Fri, 17 Nov 2023 13:50:45 +0000 (21:50 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 13:50:45 +0000 (13:50 +0000)
commit1f82be6604be569b4c4f5f227b0d2560a91a278f
treeec467b975942a5d14f8752471354b5603f29b654
parent56bedf2bccc7b9a98b94d1d5016231e7b68cd75d
Fix Matrix and MSTeams nil dereference (#28089) (#28105)

Backport #28089 by @KN4CK3R

Fixes #28088
Fixes #28094

Added missing tests.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
services/webhook/dingtalk_test.go
services/webhook/discord_test.go
services/webhook/feishu_test.go
services/webhook/general_test.go
services/webhook/matrix.go
services/webhook/matrix_test.go
services/webhook/msteams.go
services/webhook/msteams_test.go
services/webhook/packagist_test.go
services/webhook/slack_test.go
services/webhook/telegram_test.go