mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
Add API documentation
This commit is contained in:
parent
9b7e94ebab
commit
fe0332957b
@ -75,11 +75,14 @@ interface UserService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Ignore users
|
* Ignore users
|
||||||
|
* Note: once done, for the change to take effect, you have to request an initial sync.
|
||||||
|
* This may be improved in the future
|
||||||
*/
|
*/
|
||||||
suspend fun ignoreUserIds(userIds: List<String>)
|
suspend fun ignoreUserIds(userIds: List<String>)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Un-ignore some users
|
* Un-ignore some users
|
||||||
|
* Note: once done, for the change to take effect, you have to request an initial sync.
|
||||||
*/
|
*/
|
||||||
suspend fun unIgnoreUserIds(userIds: List<String>)
|
suspend fun unIgnoreUserIds(userIds: List<String>)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user