chore: update py files

This commit is contained in:
retoor 2026-01-03 14:32:36 +01:00
parent 8f803b86d9
commit 1d0c835087
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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,