You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1c1cbb2 and 8c1cde3 attempted to fix this buy moving user logging to pre and post modules so they ensure that users are loaded into the cache before anything else uses it, and removed after anything else might use it.
This didnt work. It probably should have hinted to me that this wouldnt work when channel was not found, even though the channel wasnt deleted before/after/aroundwhen the invite was used. The channel should still have been cached.
This is probably a logic issue, since the channel still exists and is in the channelMap.
2ba9b0c Fixes userMap not getting updated on user joining a guild (10-11 month old issue that I never noticed until inviteLogging), and fixes call to channelMap not indexing into candidates array (53 day old issue, that was pushed 20 days ago)
Each of these was a breaking issue on both parts that were broken, so unless I have a second breaking issue on one or both of them, this should solve both now.
The inviteLogging module's messages often return with "Channel Not Found" and or "User Not Found" for both the joiner and sender.
This is problematic since it is then more difficult to track joins and leaves and figure out what is happening, such as during a raid.
Here's a good example, but this applies to: Invite Created, Invite Used, and Invite Deleted.
The text was updated successfully, but these errors were encountered: