Skip to content

Commit

Permalink
remove unused endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Nov 18, 2024
1 parent 1a062c3 commit 4dc1352
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/nextcloud/talk/api/NcApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,4 @@ Observable<GenericOverall> acceptInvitation(@Header("Authorization") String auth
@DELETE
Observable<GenericOverall> rejectInvitation(@Header("Authorization") String authorization,
@Url String url);

@DELETE
Observable<GenericOverall> unbanActor(@Header("Authorization") String authorization,
@Url String url);
}

0 comments on commit 4dc1352

Please sign in to comment.