Синхронизация с API: support_api_base из конфига, заголовки при создании тикета, убран неиспользуемый poll

This commit is contained in:
root
2026-05-14 10:35:36 +00:00
parent 306bcc8f51
commit c92eccfc41
4 changed files with 13 additions and 7 deletions
+1 -2
View File
@@ -5,6 +5,5 @@
data-server-address="<?php p($_['serverAddress']); ?>"
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="5000">
data-client-read-receipts="<?php p($_['clientReadReceipts'] ?? '0'); ?>">
</div>