Message queuing : branches the enable sending queue mechanism.
This commit is contained in:
parent
7100a9d619
commit
026a2cd33a
5 changed files with 74 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ interface MatrixClient : Closeable {
|
|||
* so it's required to manually re-enable it as soon as
|
||||
* connectivity is back on the device.
|
||||
*/
|
||||
suspend fun enableSendingQueue(enable: Boolean)
|
||||
suspend fun setSendingQueueEnabled(enabled: Boolean)
|
||||
|
||||
/**
|
||||
* Returns the current status of the sending queue as a [StateFlow].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue