mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-25 08:25:28 -04:00
Merge branch 'master' of github.com:revoltchat/revolt.py
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ class HttpClient:
|
||||
if user_id:
|
||||
parameters["user_id"] = user_id
|
||||
|
||||
parameters["remove_all"] = remove_all
|
||||
parameters["remove_all"] = "true" if remove_all else "false"
|
||||
|
||||
return self.request("DELETE", f"/channels/{channel_id}/messages/{message_id}/reactions/{emoji}", params=parameters)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user