chore: update py files
This commit is contained in:
parent
8f803b86d9
commit
1d0c835087
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user