Add change log + cleaning

This commit is contained in:
Valere 2021-07-27 10:06:10 +02:00
parent 69c84a2460
commit f2ab0987cc
3 changed files with 3 additions and 1 deletions

1
changelog.d/3691.feature Normal file
View File

@ -0,0 +1 @@
Support accept 3pid invite when email is not bound to account

1
changelog.d/3695.feature Normal file
View File

@ -0,0 +1 @@
Update Email invite to be aware of spaces

View File

@ -123,7 +123,7 @@ internal class DefaultRoomService @Inject constructor(
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, viaServers))
}
override suspend fun joinRoom(roomIdOrAlias: String,
override suspend fun joinRoom(roomId: String,
reason: String?,
thirdPartySigned: SignInvitationResult) {
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, thirdPartySigned = thirdPartySigned))