Skip to content

Commit

Permalink
content [nfc]: Add TODO for one place we don't yet have "(guest)" mar…
Browse files Browse the repository at this point in the history
…kers

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.
  • Loading branch information
chrisbobbe committed Jan 4, 2024
1 parent 31ac5e2 commit 8768e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webview/js/rewriteHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const rewriteHtml = (auth: Auth, element: Element | Document = document) => {
rewriteImageUrls(auth, element);
rewriteTime(element);
rewriteSpoilers(element);
// TODO add "(guest)" marker on @-mentions
};

export default rewriteHtml;

0 comments on commit 8768e61

Please sign in to comment.