mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-28 15:15:42 +01:00
theme mention-all and remove unused code
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
5779dce42f
commit
82109fe364
@ -649,11 +649,4 @@ public interface NcApi {
|
||||
Observable<GenericOverall> rejectInvitation(@Header("Authorization") String authorization,
|
||||
@Url String url);
|
||||
|
||||
@GET
|
||||
Observable<UserGroupsOverall> getUserGroups (@Header("Authorization") String authorization,
|
||||
@Url String url);
|
||||
|
||||
@GET
|
||||
Observable<UserCirclesOverall> getUserCircles(@Header("Authorization") String authorization,
|
||||
@Url String url);
|
||||
}
|
Loading…
Reference in New Issue
Block a user