diff --git a/templates/admin/hook_new.tmpl b/templates/admin/hook_new.tmpl
index 65f567b5dc..26169acaa0 100644
--- a/templates/admin/hook_new.tmpl
+++ b/templates/admin/hook_new.tmpl
@@ -26,6 +26,8 @@
{{else if eq .HookType "feishu"}}
+ {{else if eq .HookType "matrix"}}
+
{{end}}
@@ -38,6 +40,7 @@
{{template "repo/settings/webhook/telegram" .}}
{{template "repo/settings/webhook/msteams" .}}
{{template "repo/settings/webhook/feishu" .}}
+ {{template "repo/settings/webhook/matrix" .}}
{{template "repo/settings/webhook/history" .}}
diff --git a/templates/org/settings/hook_new.tmpl b/templates/org/settings/hook_new.tmpl
index ce45eed5cd..35bb1610a8 100644
--- a/templates/org/settings/hook_new.tmpl
+++ b/templates/org/settings/hook_new.tmpl
@@ -25,6 +25,8 @@
{{else if eq .HookType "feishu"}}
+ {{else if eq .HookType "matrix"}}
+
{{end}}
@@ -37,6 +39,7 @@
{{template "repo/settings/webhook/telegram" .}}
{{template "repo/settings/webhook/msteams" .}}
{{template "repo/settings/webhook/feishu" .}}
+ {{template "repo/settings/webhook/matrix" .}}
{{template "repo/settings/webhook/history" .}}