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
Also applied planned changes earlier discussed with @jeremy-rifkin and @xLuxy to make it so that we DM users first before falling back to using the normal local channel to tell the user if a DM fails.
I don't think I see the motivation for doing this only when a mod isn't present. If this message isn't sent, the user is probably going to ping mods asking and then someone is going to have to explain it to them, which is the exact problem this message is trying to solve.
I don't think I see the motivation for doing this only when a mod isn't present. If this message isn't sent, the user is probably going to ping mods asking and then someone is going to have to explain it to them, which is the exact problem this message is trying to solve.
iirc the motivation was discussed somewhere but idr where, but the general idea was many times when a VC mod is in a channel a user joins, gets the message, and is either confused they can talk, miss the message because they can talk, or some other mixture of that. When this PR was made it was a very frequent occurrence and still happens now as there is no easy way to tell if a VC mod is present or not.
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
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.
Also applied planned changes earlier discussed with @jeremy-rifkin and @xLuxy to make it so that we DM users first before falling back to using the normal local channel to tell the user if a DM fails.