Update mautrix-go
This commit is contained in:
2
user.go
2
user.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user