Скрываем счетчик непрочитанных при синхронизации

This commit is contained in:
RoyceDa
2026-02-24 18:31:04 +02:00
parent 453cc55fc0
commit f1fb7ba252
2 changed files with 6 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
export const SERVERS = [
//'wss://cdn.rosetta-im.com',
//'ws://10.211.55.2:3000',
'ws://127.0.0.1:3000',
//'wss://wss.rosetta.im'
//'ws://127.0.0.1:3000',
'wss://wss.rosetta.im'
];
export function selectServer(): string {