Change autoproxy latch scope from global to per-server and implement unlatch on double-backslash#18
Open
northperseids wants to merge 4 commits intoNinty9:mainfrom
Open
Change autoproxy latch scope from global to per-server and implement unlatch on double-backslash#18northperseids wants to merge 4 commits intoNinty9:mainfrom
northperseids wants to merge 4 commits intoNinty9:mainfrom
Conversation
Owner
|
testing this (: ty for the pr update: nvm stoat is dying so i cant test rn |
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.
Issues
Description
If a user's mode is latch for a given server, adds the proxier ID in the user's "auto" settings (along with the existing autoproxy mode and server ID for that server). The autoproxy handling now pulls from that proxier ID entry instead of reshuffling the member list. Users with existing
latchserver settings but no associated proxier ID yet should just need to proxy once as usual to start the latch.Small edit to the
rk;auto latchfunction itself that should properly set autoproxy for groups as well as servers (the autoproxy var previously was only set if the channel type was a server text channel).Double-backslash sets the proxier ID for the given server to None and does not change the latch mode.
Also updated README/help text wherever it mentioned the previous global latch.