From 824b70e27afec3c3d7ccaf1b8b5f27e22e25a8c6 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 11 Dec 2022 13:42:36 +0200 Subject: [PATCH] Update mautrix-go --- example-config.yaml | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 3263ff2..dda0737 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -1,8 +1,8 @@ # Homeserver details. homeserver: # The address that this appservice can use to connect to the homeserver. - address: https://example.com - # The domain of the homeserver (for MXIDs, etc). + address: https://matrix.example.com + # The domain of the homeserver (also known as server_name, used for MXIDs, etc). domain: example.com # What software is the homeserver running? diff --git a/go.mod b/go.mod index d5bab41..a6d7dd5 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/stretchr/testify v1.8.1 github.com/yuin/goldmark v1.5.3 maunium.net/go/maulogger/v2 v2.3.2 - maunium.net/go/mautrix v0.12.4-0.20221202220300-b00e31daa1d3 + maunium.net/go/mautrix v0.12.4-0.20221209104839-94ae1f6470ec ) require ( diff --git a/go.sum b/go.sum index 05c9ae4..e11c7fb 100644 --- a/go.sum +++ b/go.sum @@ -68,5 +68,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M= maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA= maunium.net/go/maulogger/v2 v2.3.2 h1:1XmIYmMd3PoQfp9J+PaHhpt80zpfmMqaShzUTC7FwY0= maunium.net/go/maulogger/v2 v2.3.2/go.mod h1:TYWy7wKwz/tIXTpsx8G3mZseIRiC5DoMxSZazOHy68A= -maunium.net/go/mautrix v0.12.4-0.20221202220300-b00e31daa1d3 h1:lcRLShNl73KokoWsPLm6z1fJ4cAcgfgnD/5EQQe4/9M= -maunium.net/go/mautrix v0.12.4-0.20221202220300-b00e31daa1d3/go.mod h1:uOUjkOjm2C+nQS3mr9B5ATjqemZfnPHvjdd1kZezAwg= +maunium.net/go/mautrix v0.12.4-0.20221209104839-94ae1f6470ec h1:uE/UT0gWGuQYn+JbJd5+5DhCTb+6iOH9jcRq5lJYkQQ= +maunium.net/go/mautrix v0.12.4-0.20221209104839-94ae1f6470ec/go.mod h1:uOUjkOjm2C+nQS3mr9B5ATjqemZfnPHvjdd1kZezAwg=