From a14cc4056e13c3766ee29619fb6524d1cbf5a64a Mon Sep 17 00:00:00 2001 From: Interitio Date: Sat, 1 Nov 2025 11:41:10 +1000 Subject: [PATCH] fix: Channel del userid type --- hyperfocus/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperfocus/channel.py b/hyperfocus/channel.py index 0ac5dd6..cd74910 100644 --- a/hyperfocus/channel.py +++ b/hyperfocus/channel.py @@ -83,7 +83,7 @@ class FocusChannel(Channel): { "type": "DO", "method": "delFocus", - "args": {"userid": profileid}, + "args": {"userid": str(profileid)}, }, websocket=websocket, )