agentscope-ai / agentscope-ai/QwenPaw

Feature: Add Telegram allowlist access control fields to Desktop GUI

Offen
#7,389 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
34.9k
Forks
3.1k
Ø Merge
1 T. 15 Std.
Gemergte PRs (30 T.)
225

Beschreibung

## Problem

The Telegram tab in the Desktop GUI only shows 5 fields: bot_token, base_url, http_proxy, http_proxy_auth, show_typing.

Users cannot set: allow_from, dm_policy, group_policy, access_control_dm, access_control_group, dm_disabled, group_disabled — all required for restrict-who-can-access-the-bot (allowlist/denylist).

These fields work in the backend and are shown for Matrix/imessage, but NOT for Telegram.

## Current Pain

To restrict access, users must manually edit config.json and add ALL of these:

```json
"telegram": {
"dm_policy": "allowlist",
"group_policy": "allowlist",
"access_control_dm": true,
"access_control_group": true,
"allow_from": [YOUR_TELEGRAM_ID]
}

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.