Skip to content

Commit 083f6bf

Browse files
chrisbobbegnprice
authored andcommitted
msglist [nfc]: Remove comment in messageLinkPress that doesn't apply anymore
The last of those uses of `href` was removed in efe3567.
1 parent d76f6de commit 083f6bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/message/messagesActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ export const messageLinkPress =
229229
showErrorAlert(_('Cannot open link'), _('Invalid URL.'));
230230
return;
231231
}
232-
// TODO: Replace all uses of `href` below with `parsedUrl`.
233232

234233
const narrow = getNarrowFromLink(parsedUrl, auth.realm, streamsById, streamsByName, ownUserId);
235234

0 commit comments

Comments
 (0)