mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-15 11:16:17 +01:00
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))
|
||||
}
|
||||
|
||||
override suspend fun joinRoom(roomIdOrAlias: String,
|
||||
override suspend fun joinRoom(roomId: String,
|
||||
reason: String?,
|
||||
thirdPartySigned: SignInvitationResult) {
|
||||
joinRoomTask.execute(JoinRoomTask.Params(roomIdOrAlias, reason, thirdPartySigned = thirdPartySigned))
|
||||
|
Loading…
Reference in New Issue
Block a user