fix(frontend): show zero client count for mtproto and wireguard inbounds

This commit is contained in:
MHSanaei
2026-07-12 15:27:28 +02:00
parent f905c2dcec
commit 476bec451d
@@ -60,6 +60,8 @@ const TRACKED_PROTOCOLS: readonly string[] = [
Protocols.TROJAN, Protocols.TROJAN,
Protocols.SHADOWSOCKS, Protocols.SHADOWSOCKS,
Protocols.HYSTERIA, Protocols.HYSTERIA,
Protocols.WIREGUARD,
Protocols.MTPROTO,
]; ];
async function fetchSlimInbounds(): Promise<unknown[]> { async function fetchSlimInbounds(): Promise<unknown[]> {