mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
remove unused endpoint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
9525986dde
commit
1beffd9e22
@ -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 New Issue
Block a user