Fix api breaks:
- `ComposerDraft` now takes a list of media attachments. - `HumanQrLoginException` has a couple of new cases. - `Client.loginWithQrCode` now returns a `LoginWithQrCodeHandle`, which we need to call using `scan` to have the same behaviour as before.
This commit is contained in:
parent
64be18da36
commit
0d40a2fd79
5 changed files with 20 additions and 10 deletions
|
|
@ -17,4 +17,6 @@ sealed class QrLoginException : Exception() {
|
|||
data object SlidingSyncNotAvailable : QrLoginException()
|
||||
data object OtherDeviceNotSignedIn : QrLoginException()
|
||||
data object Unknown : QrLoginException()
|
||||
data object CheckCodeAlreadySent : QrLoginException()
|
||||
data object CheckCodeCannotBeSent : QrLoginException()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue