Skip to content

Commit 507792a

Browse files
Revert "content [nfc]: Add comments linking to CZO, pending API-doc update"
This reverts commit 5515ab9.
1 parent c82269a commit 507792a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/model/content.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,14 +1417,9 @@ class _ZulipContentParser {
14171417
thumbnailUrl = src;
14181418
} else if (src.startsWith('/external_content/')
14191419
|| src.startsWith('https://uploads.zulipusercontent.net/')) {
1420-
// This image preview uses camo, which still happens on current servers
1421-
// (2025-10); discussion:
1422-
// https://chat.zulip.org/#narrow/channel/412-api-documentation/topic/documenting.20inline.20images/near/2279235
14231420
srcUrl = src;
14241421
thumbnailUrl = null;
14251422
} else if (href == src) {
1426-
// Probably generated by a server before the thumbnailing feature landed:
1427-
// https://chat.zulip.org/#narrow/channel/412-api-documentation/topic/documenting.20inline.20images/near/2279234
14281423
srcUrl = src;
14291424
thumbnailUrl = null;
14301425
} else {

0 commit comments

Comments
 (0)