receive from enabled

This commit is contained in:
Bel LaPointe
2022-01-11 09:42:42 -05:00
parent aef22d0a8b
commit 22b8e0fb70
3 changed files with 62 additions and 17 deletions

View File

@@ -21,13 +21,14 @@ type Config struct {
Client string
Message struct {
Matrix struct {
Client string
Mock bool
Homeserver string
Username string
Token string
Device string
Room string
ReceiveEnabled bool
Client string
Mock bool
Homeserver string
Username string
Token string
Device string
Room string
}
}
Once bool