Skip to content

Commit 01eed63

Browse files
chrisbobbegnprice
authored andcommitted
messagesActions [nfc]: Put issue number on a TODO
I've just filed this issue.
1 parent 58541b6 commit 01eed63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message/messagesActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const messageLinkPress =
232232

233233
const narrow = getNarrowFromLink(parsedUrl, auth.realm, streamsById, streamsByName, ownUserId);
234234

235-
// TODO: In some cases getNarrowFromLink successfully parses the link, but
235+
// TODO(#5698): In some cases getNarrowFromLink successfully parses the link, but
236236
// finds it points somewhere we can't see: in particular, to a stream
237237
// that's hidden from our user (perhaps doesn't exist.) For those,
238238
// perhaps give an error instead of falling back to opening in browser,

0 commit comments

Comments
 (0)