Исправить открытие личных сообщений

This commit is contained in:
AidarKC
2026-09-01 18:50:18 +04:00
parent 52a9f1ac1d
commit 5d19e17a0b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
client.version=1.11.1
client.version=1.11.2
server.version=1.9.0
+6
View File
@@ -22,6 +22,12 @@ const SVG_CHEVRON = `
<path d="M9 6l6 6-6 6"></path>
</svg>
`;
const RELATION_ORDER = new Map([
['close_friend', 0],
['friend', 1],
['contact', 2],
['none', 99],
]);
const DM_BLOB_PREVIEW_CACHE = new Map();
const DM_BLOB_PREVIEW_PENDING = new Map();
function normalizeRelationFlag(value) {