Add webhooks as a core plugin
Change-Id: Ib450f5815e9698aba2b6ffdbd85c69daea72ac24
This commit is contained in:
parent
1e150738d8
commit
faf6c41050
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -37,3 +37,8 @@
|
|||||||
path = plugins/singleusergroup
|
path = plugins/singleusergroup
|
||||||
url = ../plugins/singleusergroup
|
url = ../plugins/singleusergroup
|
||||||
branch = .
|
branch = .
|
||||||
|
|
||||||
|
[submodule "plugins/webhooks"]
|
||||||
|
path = plugins/webhooks
|
||||||
|
url = ../plugins/webhooks
|
||||||
|
branch = .
|
||||||
|
1
plugins/webhooks
Submodule
1
plugins/webhooks
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 37b062e08c5a83c4a939777cfddc9b6f97c44cdf
|
@ -7,6 +7,7 @@ CORE_PLUGINS = [
|
|||||||
"replication",
|
"replication",
|
||||||
"reviewnotes",
|
"reviewnotes",
|
||||||
"singleusergroup",
|
"singleusergroup",
|
||||||
|
"webhooks",
|
||||||
]
|
]
|
||||||
|
|
||||||
CUSTOM_PLUGINS = [
|
CUSTOM_PLUGINS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user