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