mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
remove unused endpoint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
9525986dde
commit
1beffd9e22
2 changed files with 1 additions and 7 deletions
|
@ -125,13 +125,6 @@ public interface NcApi {
|
||||||
Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken
|
Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@FormUrlEncoded
|
|
||||||
@PUT
|
|
||||||
Observable<GenericOverall> renameRoom(@Header("Authorization") String authorization,
|
|
||||||
@Url String url,
|
|
||||||
@Field("roomName") String roomName);
|
|
||||||
|
|
||||||
|
|
||||||
@FormUrlEncoded
|
@FormUrlEncoded
|
||||||
@PUT
|
@PUT
|
||||||
Observable<GenericOverall> setConversationDescription(@Header("Authorization") String authorization,
|
Observable<GenericOverall> setConversationDescription(@Header("Authorization") String authorization,
|
||||||
|
|
|
@ -184,6 +184,7 @@ class RenameConversationDialogFragment : DialogFragment() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressLint("StringFormatInvalid")
|
||||||
private fun handleSuccess() {
|
private fun handleSuccess() {
|
||||||
eventBus.post(ConversationsListFetchDataEvent())
|
eventBus.post(ConversationsListFetchDataEvent())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue