feat: add unconnected subscriber broadcast audience
This commit is contained in:
@@ -14,6 +14,14 @@ export function createBroadcastStore({ api, onToast, at }) {
|
||||
{ value: "active", label: at("broadcast_target_active", {}, "С подпиской") },
|
||||
{ value: "inactive", label: at("broadcast_target_inactive", {}, "Без подписки") },
|
||||
{ value: "expired", label: at("broadcast_target_expired", {}, "Expired subscription") },
|
||||
{
|
||||
value: "active_never_connected",
|
||||
label: at(
|
||||
"broadcast_target_active_never_connected",
|
||||
{},
|
||||
"С подпиской, но без VPN-подключений"
|
||||
),
|
||||
},
|
||||
{
|
||||
value: "never",
|
||||
label: at("broadcast_target_never", {}, "Без подписки и без истории"),
|
||||
|
||||
Reference in New Issue
Block a user