Georg Sauthoff 2021-01-23 20:05:21 +01:00 committed by Tulir Asokan
parent 4338c5a6ef
commit b7966b5d4e

View File

@ -552,6 +552,7 @@ func cmdPrivateMessage(cmd *Command) {
req := &mautrix.ReqCreateRoom{
Preset: "trusted_private_chat",
Invite: invites,
IsDirect: true,
}
room, err := cmd.Matrix.CreateRoom(req)
if err != nil {