support threads
This commit is contained in:
parent
665ff35d6b
commit
f9d800be37
|
@ -50,6 +50,9 @@
|
|||
type = lib.types.str;
|
||||
description = "The webhook to post the messages to";
|
||||
};
|
||||
threadId = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
};
|
||||
users =
|
||||
lib.mkOption {
|
||||
type = lib.types.listOf lib.types.attrs;
|
||||
|
|
Loading…
Reference in a new issue