Skip to content

Commit 8768e61

Browse files
committed
content [nfc]: Add TODO for one place we don't yet have "(guest)" markers
A quick test showed that the web app does this, so we should to. It would be kind of annoying to get it to work here, so it might be right to just not bother in this legacy codebase, and be sure to do it in zulip-flutter.
1 parent 31ac5e2 commit 8768e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webview/js/rewriteHtml.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ const rewriteHtml = (auth: Auth, element: Element | Document = document) => {
145145
rewriteImageUrls(auth, element);
146146
rewriteTime(element);
147147
rewriteSpoilers(element);
148+
// TODO add "(guest)" marker on @-mentions
148149
};
149150

150151
export default rewriteHtml;

0 commit comments

Comments
 (0)