|
@@ -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,
|