Skip to content

Commit

Permalink
remove unused used from NcApi
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
  • Loading branch information
sowjanyakch committed Nov 12, 2024
1 parent 31913b7 commit ec7532f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/src/main/java/com/nextcloud/talk/api/NcApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -456,16 +456,6 @@ Observable<GenericOverall> setLobbyForConversation(@Header("Authorization") Stri
@Field("state") Integer state,
@Field("timer") Long timer);

@POST
Observable<GenericOverall> setReadStatusPrivacy(@Header("Authorization") String authorization,
@Url String url,
@Body RequestBody body);

@POST
Observable<GenericOverall> setTypingStatusPrivacy(@Header("Authorization") String authorization,
@Url String url,
@Body RequestBody body);

@POST
Observable<ContactsByNumberOverall> searchContactsByPhoneNumber(@Header("Authorization") String authorization,
@Url String url,
Expand Down

0 comments on commit ec7532f

Please sign in to comment.