Опрос списка тикетов для has_unread; настройка tickets_poll_ms

This commit is contained in:
root
2026-05-14 13:18:57 +00:00
parent 325d258bf4
commit b62c1bb7f3
4 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
data-support-api-base="<?php p($_['supportApiBase']); ?>"
data-support-ws-base="<?php p($_['supportWsBase'] ?? ''); ?>"
data-client-read-receipts="<?php p($_['clientReadReceipts'] ?? '0'); ?>"
data-messages-poll-ms="<?php p($_['ticketsPollMs'] ?? '3000'); ?>">
data-tickets-poll-ms="<?php p((string) ($_['ticketsPollMs'] ?? 3000)); ?>">
</div>