Files
f7support/appinfo/info.xml
T
root 81beafda29 f7support: точка непрочитанного по последнему сообщению (/messages)
Список тикетов часто не меняет preview/activity при ответе оператора. Добавлен опрос сигнатуры последнего сообщения пачками по незакрытым тикетам (кроме открытого чата), сравнение id+created_at. Baseline при закрытии чата (await). Версия 0.1.8.
2026-05-14 16:56:40 +03:00

27 lines
693 B
XML

<?xml version="1.0"?>
<info>
<id>f7support</id>
<name>f7support</name>
<summary>Support ticket client for F7cloud (F7cloud-compatible)</summary>
<description>f7support client app for creating and viewing support tickets.</description>
<version>0.1.8</version>
<licence>AGPL</licence>
<author>f7support team</author>
<namespace>F7Support</namespace>
<types>
<type>filesystem</type>
</types>
<dependencies>
<f7cloud min-version="32" max-version="32"/>
</dependencies>
<navigations>
<navigation>
<id>f7support</id>
<name>Support</name>
<route>f7support.page.index</route>
<order>30</order>
</navigation>
</navigations>
</info>