mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Add API documentation
This commit is contained in:
parent
9b7e94ebab
commit
fe0332957b
1 changed files with 3 additions and 0 deletions
|
@ -75,11 +75,14 @@ interface UserService {
|
|||
|
||||
/**
|
||||
* 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>)
|
||||
|
||||
/**
|
||||
* 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>)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue