refactor to mautrix 0.17.x; update deps

This commit is contained in:
Aine
2024-02-11 20:47:04 +02:00
parent 0a9701f4c9
commit dd0ad4c245
237 changed files with 9091 additions and 3317 deletions

View File

@@ -38,6 +38,9 @@ type Config struct {
// DB config
DB DB
// PSD config
PSD PSD
// TLS config
TLS TLS
@@ -78,6 +81,12 @@ type Mailboxes struct {
Activation string
}
type PSD struct {
URL string
Login string
Password string
}
// Relay config
type Relay struct {
Host string