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 {
/**
* 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,