File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 26
26
<img class="img-13" src="{{StaticUrlPrefix}}/img/msteams.png">
27
27
{{else if eq .HookType "feishu"}}
28
28
<img class="img-13" src="{{StaticUrlPrefix}}/img/feishu.png">
29
+ {{else if eq .HookType "matrix"}}
30
+ <img class="img-13" src="{{StaticUrlPrefix}}/img/matrix.svg">
29
31
{{end}}
30
32
</div>
31
33
</h4>
38
40
{{template "repo/settings/webhook/telegram" .}}
39
41
{{template "repo/settings/webhook/msteams" .}}
40
42
{{template "repo/settings/webhook/feishu" .}}
43
+ {{template "repo/settings/webhook/matrix" .}}
41
44
</div>
42
45
43
46
{{template "repo/settings/webhook/history" .}}
Original file line number Diff line number Diff line change 25
25
<img class="img-13" src="{{StaticUrlPrefix}}/img/msteams.png">
26
26
{{else if eq .HookType "feishu"}}
27
27
<img class="img-13" src="{{StaticUrlPrefix}}/img/feishu.png">
28
+ {{else if eq .HookType "matrix"}}
29
+ <img class="img-13" src="{{StaticUrlPrefix}}/img/matrix.svg">
28
30
{{end}}
29
31
</div>
30
32
</h4>
37
39
{{template "repo/settings/webhook/telegram" .}}
38
40
{{template "repo/settings/webhook/msteams" .}}
39
41
{{template "repo/settings/webhook/feishu" .}}
42
+ {{template "repo/settings/webhook/matrix" .}}
40
43
</div>
41
44
42
45
{{template "repo/settings/webhook/history" .}}
You can’t perform that action at this time.
0 commit comments