fix: Channel del userid type
This commit is contained in:
@@ -83,7 +83,7 @@ class FocusChannel(Channel):
|
|||||||
{
|
{
|
||||||
"type": "DO",
|
"type": "DO",
|
||||||
"method": "delFocus",
|
"method": "delFocus",
|
||||||
"args": {"userid": profileid},
|
"args": {"userid": str(profileid)},
|
||||||
},
|
},
|
||||||
websocket=websocket,
|
websocket=websocket,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user