Update KDoc

This commit is contained in:
Benoit Marty 2025-11-14 14:23:29 +01:00
parent a172f1324b
commit 828092c87a

View file

@ -19,7 +19,7 @@ import timber.log.Timber
interface UnregisterUnifiedPushUseCase { 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( suspend fun unregister(
matrixClient: MatrixClient, matrixClient: MatrixClient,