remove unused endpoint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
Родитель
9525986dde
Коммит
1beffd9e22
|
@ -125,13 +125,6 @@ public interface NcApi {
|
|||
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
|
||||
@PUT
|
||||
Observable<GenericOverall> setConversationDescription(@Header("Authorization") String authorization,
|
||||
|
|
|
@ -184,6 +184,7 @@ class RenameConversationDialogFragment : DialogFragment() {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressLint("StringFormatInvalid")
|
||||
private fun handleSuccess() {
|
||||
eventBus.post(ConversationsListFetchDataEvent())
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче