mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Cleanup a bit
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
fce49d717e
commit
2a863bb40a
@ -284,7 +284,6 @@ public interface NcApi {
|
|||||||
@FieldMap Map<String, String> fields);
|
@FieldMap Map<String, String> fields);
|
||||||
|
|
||||||
|
|
||||||
//@Headers("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0")
|
|
||||||
@GET
|
@GET
|
||||||
Observable<MentionOverall> getMentionAutocompleteSuggestions(@Header("Authorization") String authorization,
|
Observable<MentionOverall> getMentionAutocompleteSuggestions(@Header("Authorization") String authorization,
|
||||||
@Url String url, @Query("search") String query,
|
@Url String url, @Query("search") String query,
|
||||||
|
@ -122,7 +122,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||||||
TODO:
|
TODO:
|
||||||
- format mentions
|
- format mentions
|
||||||
- copy message
|
- copy message
|
||||||
- autocomplete nicks
|
|
||||||
- check push notifications
|
- check push notifications
|
||||||
- new conversation handling
|
- new conversation handling
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user