fix: Channel del userid type

This commit is contained in:
2025-11-01 11:41:10 +10:00
parent 3885710689
commit a14cc4056e

View File

@@ -83,7 +83,7 @@ class FocusChannel(Channel):
{
"type": "DO",
"method": "delFocus",
"args": {"userid": profileid},
"args": {"userid": str(profileid)},
},
websocket=websocket,
)