From 987d9c16e8757bfe76b8e53f4a30e181155c0251 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:20:29 +0100 Subject: [PATCH] api: triaged rename to get_reaction_users --- src/api/channels/reactions.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/channels/reactions.rs b/src/api/channels/reactions.rs index 06bad1c..6be95d0 100644 --- a/src/api/channels/reactions.rs +++ b/src/api/channels/reactions.rs @@ -47,8 +47,7 @@ impl ReactionMeta { /// /// # Reference /// See - // Consider renaming this, maybe get_reaction_users or get_emoji_users - pub async fn get(&self, emoji: &str, user: &mut ChorusUser) -> ChorusResult> { + pub async fn get_reaction_users(&self, emoji: &str, user: &mut ChorusUser) -> ChorusResult> { let url = format!( "{}/channels/{}/messages/{}/reactions/{}", user.belongs_to.read().unwrap().urls.api,