Add change log + cleaning
This commit is contained in:
parent
69c84a2460
commit
f2ab0987cc
1
changelog.d/3691.feature
Normal file
1
changelog.d/3691.feature
Normal file
@ -0,0 +1 @@
|
|||||||
|
Support accept 3pid invite when email is not bound to account
|
1
changelog.d/3695.feature
Normal file
1
changelog.d/3695.feature
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update Email invite to be aware of spaces
|
@ -123,7 +123,7 @@ internal class DefaultRoomService @Inject constructor(
|
|||||||
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, viaServers))
|
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, viaServers))
|
||||||
}
|
}
|
||||||
|
|
||||||
override suspend fun joinRoom(roomIdOrAlias: String,
|
override suspend fun joinRoom(roomId: String,
|
||||||
reason: String?,
|
reason: String?,
|
||||||
thirdPartySigned: SignInvitationResult) {
|
thirdPartySigned: SignInvitationResult) {
|
||||||
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, thirdPartySigned = thirdPartySigned))
|
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, thirdPartySigned = thirdPartySigned))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user