mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Add change log + cleaning
This commit is contained in:
parent
69c84a2460
commit
f2ab0987cc
3 changed files with 3 additions and 1 deletions
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…
Add table
Reference in a new issue