Cleanup a bit

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-05-04 04:00:27 +02:00
parent fce49d717e
commit 2a863bb40a
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -122,7 +122,6 @@ public class ChatController extends BaseController implements MessagesListAdapte
TODO:
- format mentions
- copy message
- autocomplete nicks
- check push notifications
- new conversation handling
*/