-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow certain emoji to be designated as "always proxied" when used as reactions to messages on Discord #11
Labels
enhancement
New feature or request
Comments
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Lunaphied
added a commit
to Lunaphied/Seance
that referenced
this issue
Jul 8, 2024
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be helpful if bots could be assigned reaction emoji (just reactions), to always proxy. This would especially help for proxying reactions from the mobile client.
Pros:
Cons:
I imagine this really being used for very specific reaction emoji only and since it only affects reactions not simply messages, I don't see it being harmful given that it is still an optional feature.
The text was updated successfully, but these errors were encountered: