From 78b93cbef0208305230fb70ef07547178a36672a Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 30 Aug 2020 00:54:16 +0300 Subject: [PATCH] +FIXME --- backend/src/plugins/ReactionRoles/events/AddReactionRoleEvt.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/plugins/ReactionRoles/events/AddReactionRoleEvt.ts b/backend/src/plugins/ReactionRoles/events/AddReactionRoleEvt.ts index b653f888..ec5974a1 100644 --- a/backend/src/plugins/ReactionRoles/events/AddReactionRoleEvt.ts +++ b/backend/src/plugins/ReactionRoles/events/AddReactionRoleEvt.ts @@ -16,6 +16,7 @@ export const AddReactionRoleEvt = reactionRolesEvent({ if (userId === pluginData.client.user.id) { // Don't act on own reactions + // FIXME: This may not be needed? Knub currently requires the *member* to be found for the user to be resolved as well. Need to look into it more. return; }