From 86a99231812701c9e31f2d9ea16e80c9a7c7fd10 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sun, 15 Apr 2018 02:52:40 -0400 Subject: [PATCH] Remove TODOs --- js/views/conversation_view.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index cce923c51..cdc7e4188 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -575,12 +575,6 @@ // events up to its parent elements in the DOM. this.closeMenu(); - // TODO - // - // - [x] Fetch visual media attachments - // - [ ] Fetch file attachments - // - [ ] Add mechanism to fetch more data - const media = await Signal.Backbone.Conversation.fetchVisualMediaAttachments({ conversationId: this.model.get('id'), WhisperMessageCollection: Whisper.MessageCollection,