-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Allow users to opt-out of their messages being sent to highlights #252
Comments
Has anyone actually requested this? |
Well, why do you think I have been inserting invisible characters mid-word into my messages? As a sideaffect, that also breaks searching. |
How would this even be implemented? Message suffixed by something like "--no-highlight"? |
|
How would you do that on a specific message? for eg. I just want this specific message to not be detected as a highlight for others, I don't want my entirety of messages to be not detected as highlights by the bot. |
Having it be per-message is stupid. I want it to be per-user, for every one of their messages until they opt back in. |
Then don't opt out... |
You could implement both I guess? What if I just want to send "Henlo lom!" without "lom" being detected as a highlight rather than every message of mine being disabled from highlights? Going to #bot and then having to opt out, send the message, then opt in again is well, kinda annoying? |
Like, highlights are the reason I made the thing that also unintentionally breaks searching |
@Kattress Then insert an invisible character or something. That is significantly easier to do for one message than for every one of them. |
Like, since you're asking those questions, this is not a feature you will ever want. |
I was simply clarifying on a per-message system would be good. |
Also thanks for assuming that being me curious regarding a suggested feature immediately makes it not useful for me. |
Well like that's just.. stupid. It's significantly easier for you to just insert an invisible character on one word in one message if you don't want it highlighted. What's the alternative? A visible suffix? A visible prefix? They're all bad ideas. at best, the one thing which you might be able to do is detect an invisible character anywhere in the message and exclude the whole message, but either way, that is wayyy off what I want, because again, 1 message is significantly easier than 1300. |
No, it's the fact that
|
If you want it to be more 'fair', this could also make that user not get any highlight DMs, similar to disabling read receipts in most chat apps.
The text was updated successfully, but these errors were encountered: