Исправить дублирование SVG_CHEVRON в личных сообщениях

This commit is contained in:
AidarKC
2026-09-01 13:49:51 +04:00
parent a8596d3350
commit a66d7a64e6
-1
View File
@@ -26,7 +26,6 @@ const DM_BLOB_PREVIEW_CACHE = new Map();
const DM_BLOB_PREVIEW_PENDING = new Map();
const dmAvatarSnapshotCache = new Map();
const dmAvatarPendingByLogin = new Map();
const SVG_CHEVRON = '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M9 6l6 6-6 6"/></svg>';
const RELATION_ORDER = new Map([
['close_friend', 0],