mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 10:05:22 -04:00
[PR #63] [MERGED] Fix the 'user' and 'remove_all' parameters not working in Message#remove_reaction() #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/python-client-sdk/pull/63
Author: @Solarphlare
Created: 7/9/2023
Status: ✅ Merged
Merged: 7/19/2023
Merged by: @Zomatree
Base:
master← Head:master📝 Commits (2)
2f63f7cFix parameters not being passed in remove_reactioncf9634fUpdate revolt/http.py📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
revolt/http.py(+1 -1)📄 Description
The parameters dict containing
user_idandremove_allare never passed to the request function, so attempting to remove a specific user's reactions or all reactions of a particular emoji will not work. This PR rectifies the issue by passing the parameters dict to the request function.Please make sure to check the following tasks before opening and submitting a PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.