refactor!(matrix): move options into a table

This commit is contained in:
2025-03-20 18:13:56 -04:00
parent 228b3e3e54
commit 685f0a9cca
4 changed files with 29 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ Server = "localhost"
Username = "ErrorNoWatcher"
HttpAddress = "127.0.0.1:8080"
Owners = { "ErrorNoInternet" }
MatrixOwners = { "@errornointernet:envs.net" }
MatrixOptions = { owners = { "@errornointernet:envs.net" } }
for _, module in ipairs({
"lib",