Skip to content
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

Update 7TV docs about unlisted emotes #255

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/Third_party_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ For Twitch channels, we load emotes and badges from [7TV](https://7tv.app/).

7TV provides a streaming [Event API](https://github.com/SevenTV/EventAPI) that posts live updates when emotes change in channels. These can be disabled with the "Enable 7TV live emote updates" setting.

<!-- TODO: Link to 7TV emote guidelines for clarification on what constitutes an unlisted emote -->
7TV provides the ability to use unlisted emotes. By default, Chatterino will not display these emotes even if they're added to a Channel. You can modify this behaviour with the "Show unlisted 7TV emotes" setting.
7TV provides the ability to use Unlisted emotes.
[Unlisted emotes](https://github.com/SevenTV/Website/blob/dev/locale/en_US.ts#L188-#L199) are emotes that have either `Not yet been approved`, or were `Flagged` for being innappropriate to show on stream, or possibly hazardous to viewers `e.g. epileptic-inducing emotes`.
By default, Chatterino will not display these emotes even if they're added to a Channel. You can modify this behaviour with the "Show unlisted 7TV emotes" setting.

Badges are for developers & [supporters](https://7tv.app/subscribe) of 7TV and will be displayed next to their username. These can be disabled with the "7TV" setting under Advanced -> Visible badges.

Expand Down