]> source.dussan.org Git - gitea.git/commit
Fix Matrix and MSTeams nil dereference (#28089)
authorKN4CK3R <admin@oldschoolhack.me>
Fri, 17 Nov 2023 11:17:33 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 11:17:33 +0000 (12:17 +0100)
commit58f5fa653676fefc9b497e2cc18af976f749273c
tree059454a78551216b9f3e160a63e2b3acd1005de6
parent17d246cdcc0bf615ee4ba97a17c0f7e2c2f5f27f
Fix Matrix and MSTeams nil dereference (#28089)

Fixes #28088
Fixes #28094

Added missing tests.

---------

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