diff --git a/CHANGELOG.md b/CHANGELOG.md index 763afa4..6640736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ + + +## Version 1.21.0 - 2026-01-03 + +update py files + +**Changes:** 1 files, 2 lines +**Languages:** Python (2 lines) ## Version 1.20.0 - 2026-01-03 diff --git a/pyproject.toml b/pyproject.toml index 2c65e9e..b27637b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Snek" -version = "1.20.0" +version = "1.21.0" readme = "README.md" #license = { file = "LICENSE", content-type="text/markdown" } description = "Snek Chat Application by Molodetz" diff --git a/src/snek/view/rpc.py b/src/snek/view/rpc.py index 570b7f2..051d74c 100644 --- a/src/snek/view/rpc.py +++ b/src/snek/view/rpc.py @@ -383,7 +383,7 @@ class RPCView(BaseView): except Exception: pass channels.append({ - "name": subscription["label"] or "", + "name": subscription["description"] or "", "uid": channel_uid, "tag": channel["tag"] or "", "new_count": subscription["new_count"] or 0,