Implementation of issue #249#432
Open
ArthurConmy wants to merge 7 commits into
Open
Conversation
Collaborator
|
For reference: 77bdbab should be used to unmagic cache in order to make this command usable |
Collaborator
|
unmagic issue was resolved but re-downloading all the data for each invocation is slow and prone to abuse. It is necessary to cache all user profiles and not just the server members (which is done by ;roleupdate now) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just realised @krofna that you self-assigned this. Hope we can work with this pull request anyway :)
Calls to
;cfdistribwith[countries..]do require API calls to CF for literally every user - is this problematic?