mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 10:45:13 +01:00
remove unused code
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
a133c2a3b9
commit
0db401de4a
@ -133,14 +133,6 @@ interface NcApiCoroutines {
|
|||||||
@Body body: RequestBody
|
@Body body: RequestBody
|
||||||
): GenericOverall
|
): GenericOverall
|
||||||
|
|
||||||
@FormUrlEncoded
|
|
||||||
@PUT
|
|
||||||
suspend fun setPassword2(
|
|
||||||
@Header("Authorization") authorization: String,
|
|
||||||
@Url url: String,
|
|
||||||
@Field("password") password: String
|
|
||||||
): GenericOverall
|
|
||||||
|
|
||||||
@DELETE
|
@DELETE
|
||||||
suspend fun clearChatHistory(@Header("Authorization") authorization: String, @Url url: String): GenericOverall
|
suspend fun clearChatHistory(@Header("Authorization") authorization: String, @Url url: String): GenericOverall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user