Update asmux DM endpoint

This commit is contained in:
Tulir Asokan 2021-03-15 22:05:26 +02:00
parent cbdd10e704
commit c7ecae8129

View file

@ -762,7 +762,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 {
urlPath := intent.BuildBaseURL("_matrix", "client", "unstable", "net.maunium.asmux", "dms")
urlPath := intent.BuildBaseURL("_matrix", "client", "unstable", "com.beeper.asmux", "dms")
_, err = intent.MakeFullRequest(mautrix.FullRequest{
Method: method,
URL: urlPath,