send messages to matrix
This commit is contained in:
@@ -14,8 +14,17 @@ type Config struct {
|
||||
States []State
|
||||
Storage []string
|
||||
Client string
|
||||
Once bool
|
||||
Brokers struct {
|
||||
Message struct {
|
||||
Matrix struct {
|
||||
Homeserver string
|
||||
Username string
|
||||
Token string
|
||||
Device string
|
||||
Room string
|
||||
}
|
||||
}
|
||||
Once bool
|
||||
Brokers struct {
|
||||
NTG struct {
|
||||
Mock bool
|
||||
Token string
|
||||
|
||||
Reference in New Issue
Block a user