Update mautrix-go

This commit is contained in:
Tulir Asokan
2022-09-13 14:44:31 +03:00
parent 704bdaefd7
commit 0b782a5adb
5 changed files with 27 additions and 27 deletions

View File

@@ -969,7 +969,7 @@ func (user *User) updateDirectChats(chats map[id.UserID][]id.RoomID) {
user.log.Debugln("Updating m.direct list on homeserver")
var err error
if user.bridge.Config.Homeserver.Asmux {
if user.bridge.Config.Homeserver.Software == bridgeconfig.SoftwareAsmux {
urlPath := intent.BuildURL(mautrix.ClientURLPath{"unstable", "com.beeper.asmux", "dms"})
_, err = intent.MakeFullRequest(mautrix.FullRequest{
Method: method,