mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 12:42:20 +00: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);
|
||||
|
||||
|
||||
//@Headers("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0")
|
||||
@GET
|
||||
Observable<MentionOverall> getMentionAutocompleteSuggestions(@Header("Authorization") String authorization,
|
||||
@Url String url, @Query("search") String query,
|
||||
|
@ -122,7 +122,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
TODO:
|
||||
- format mentions
|
||||
- copy message
|
||||
- autocomplete nicks
|
||||
- check push notifications
|
||||
- new conversation handling
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user