Update KDoc

This commit is contained in:
Benoit Marty 2025-11-14 14:23:29 +01:00
parent 8a53be3b33
commit dbb9bb1338

View file

@ -19,7 +19,7 @@ import timber.log.Timber
interface UnregisterUnifiedPushUseCase {
/**
* Unregister the app from the homeserver, then from UnifiedPush.
* Unregister the app from the homeserver, then from UnifiedPush if [unregisterUnifiedPush] is true.
*/
suspend fun unregister(
matrixClient: MatrixClient,