There are 1 failures, 0 warnings, and 0 notices.
#github
1 messages ยท Page 79 of 1
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
@JesseZhong sorry that took a while to get back to you, I went ahead and fixed the build errors. Gonna be doing some tests and if everything checks out I'll give this a merge
Not a problem. Sounds good to me. Let me know if anything needs changing.
There seem to be no badges being rendered at all in VOD chat. (Neither normal twitch badges or 7TV badges)
const oldFragments = Array.from(line.element.querySelectorAll<HTMLSpanElement | HTMLImageElement>('span.text-fragment, span.mention-fragment, a.link-fragment, img.chat-line__message--emote, div.chat-image__container, [data-test-selector=emote-button]'));
I believe it's because of this line, the wildcard class selector on InjectLayout-sc- also omits badges because they have this class. Perhaps this may work better?
Yup. Sorry about that. Yeah, your method works a lot better. I'll also remove the exception I put in the old fragments loop, since that only worked for live chats anyway.
Also to note 7TV badges still don't render, which I believe is because of line 67 in MessageRenderer.tsx. The selector there needs to be adapted
I'll see what I can do. It seems badges aren't grouped together with the username in VODs like they are in live chats.
6e5c1c5 Fix the "Send same message twice" option - AnatoleAM
[SevenTV/SevenTV] New branch created: fix/send\-same\-message\-twice
This feature appears to now be broken for most users following Twitch's near-complete rollout of the Slate-based chat input. This is a simple fix to hook with the new input.
There are 1 failures, 0 warnings, and 0 notices.
Looks good to me, appreciate the work on this and the fast iterations despite my slow response times. I'll be pushing this live in version 2.2.0 releasing by the end of this week
abadbbc Added support for VOD and Clips on Twitch. (#234) - JesseZhong
VOD chat is now supported as #234 was merged. It will be live with version 2.2.0
It will not be considered yet. If this platforms becomes larger and is able to prove it can self-sustain with a larger user base then maybe.
6f334fb Fix the "Send same message twice" option (#239) - AnatoleAM
[SevenTV/SevenTV] branch deleted: fix/send\-same\-message\-twice
All the methods here could be moved to a more general place, such as InputManager. Tab completion is only one of the elements that becomes broken after being timed out
I feel like this could include more than just fixing tab completion, like re-instating the emote menu button as well as history navigation and the duplicate message bypass option.
What is this for? I'm not able to find any documentation on this property, which means it may be unsupported
I'm not a huge fan of changing the entire chat line into relative here
27dfdfe chore(deps-dev): bump vite from 2.9.0 to 2.9.4 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.4
Bumps vite from 2.9.0 to 2.9.4.
Release notes
Sourced from vite's releases.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.9.4 (2022-04-13)
fix: handle url imports with semicolon (fix #7717) (#7718) (a5c2a78), closes #7717 #7718
2.9.3 (2022-04-13)
fix: revert #7665 (#7716) (26862c4), closes #7665 #7716
2.9.2 (2022-04-13)
fix: $ vite preview 404 handling (#7665) (66b6dc5...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.1
9b0cd66 Tentative fix for FFZ emotes randomly breaking - AnatoleAM
[SevenTV/SevenTV] New branch created: fix/ffz\-emotes\-randomly\-breaking
Fixing the issue which sometimes causes FFZ emotes to be considered as Twitch emotes, which causes either broken images or completely random emotes (for example FFZ's OMEGALUL becomes a twitch emote which is a man puking, because the ffz ID match the twitch id in the cdn.)
a0e4c99 add docs and update config + ratelimiter - TroyKomodo
0bb1b17 Update changelog - AnatoleAM
[SevenTV/SevenTV] branch deleted: fix/ffz\-emotes\-randomly\-breaking
What is this for? I'm not able to find any documentation on this property, which means it may be unsupported
With changes:

Prior to changes:

In essence, optimized contrast is a rendering mode that gives "crisp edges"
The property works on: Chrome, Edge, Opera...
fc82ea3 Fix emote button sometimes not rendering in - AnatoleAM
Can you remove this? The other change seems fine, but I don't like this change. The icon could be changed to a pre-scaled image or a vector, applying this property doesn't seem to make it look better; just more pixelated.
Reverted 5986729d65b23277ede8d86e620681090f839f8e
04c355f feat: use message's original channel name when ... - jammehcow
c6db023 fix(ci): dankness removed from homebrew CI (#3666) - jammehcow
0b9f621 fix: build user timeout/ban message in GUI thre... - Nerixyz
c399d4d refactor(TwitchChannel): remove getGameById cal... - iProdigy
45e8d1d Include user's operating system information in ... - Mm2PL
4461d52 fix(deps): bump @vueuse/core from 8.1.2 to 8.2.6 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.2\.6
Bumps @vueuse/core from 8.1.2 to 8.2.6.
Release notes
Sourced from @โvueuse/core's releases.
v8.2.6
Bug Fixes
nuxt: disable useHead and useTitle (903a14c)
useNProgress: allow partial options (#1487) (14ae0c9)
useRouteQuery: unset route query on default value (#1490) (c1459ed)
Features
useDateFormat: add format (#1491) (a9c800d)
v8.2.5
Bug Fixes
nuxt: use useHead and import from #app (#1481) (8febd8a)
v8.2.4
Bug Fixes
useStor...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.2\.5
06696f7 chore(deps-dev): bump vite from 2.9.0 to 2.9.5 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.5
Bumps vite from 2.9.0 to 2.9.5.
Release notes
Sourced from vite's releases.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.9.5 (2022-04-14)
fix: revert #7582, fix #7721 and #7736 (#7737) (fa86d69), closes #7721 #7736 #7737
chore: format css minify esbuild error (#7731) (c445075), closes #7731
2.9.4 (2022-04-13)
fix: handle url imports with semicolon (fix #7717) (#7718) (a...
[SevenTV/SevenTV] New branch created: feat/make\-spamming\-great\-again
a9d6003 Hook into IRC & chat controllers to provide spam - AnatoleAM
Code cleanup of the spamming features such as duplicate message bypass and ctrl+enter.
Changed
- Now inserts the invisible character when sending a
PRIVMSGthrough IRC rather than modifying the input box. - Ctrl+Enter now hooks into the chat controller and overwrites the message send function to keep the message in the box. Also implements its own cooldown to avoid getting rejections as a pleb
bb3bb41 Handle restart / channel switch - AnatoleAM
Interesting, what was the original emote you uploaded?
8b86e88 update logging + config - TroyKomodo
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.

eff9af2 Add extra safety - AnatoleAM
0340008 Omit unicode tag if actor is vip/mod - AnatoleAM
[SevenTV/SevenTV] branch deleted: feat/make\-spamming\-great\-again
ad85056 Humanized timeout duration (#218) - KeterSCP
288eafd Fix positioning of YT slowmode countdown (#189) - skihax
2d79a43 Updated position CSS of the overlay class. (#222) - Cameron2920
abadbbc Added support for VOD and Clips on Twitch. (#234) - JesseZhong
6f334fb Fix the "Send same message twice" option (#239) - AnatoleAM
๐งโ๐พ
This issue has received a tentative fix. It is believed to be fixed in version 2.2.0, but cannot be confirmed due to the lack of reproducibility. Please feel free to re-open this issue if it's confirmed to still occur. (Ensure that you have received the update before reporting)
Confirmed fixed in 2.2.0
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 11 failures, 1 warnings, and 0 notices.
There are 11 failures, 1 warnings, and 0 notices.
There are 11 failures, 1 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
I would love to switch off more features of 7tv individually.
In my case I would love to use the extension for "Show Timeouts & Bans" only, and keep the ffz emote tooltips. This is currently not possible, as far as I know.
Additionally, when using both ffz and 7tv, user mentions are printed twice. This setting doesn't seem to be visible at all.
Thank you!
[SevenTV/Common] New branch created: troy/update
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
023ea25 add better logging and fix bug on timedout chan... - TroyKomodo
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
Twitch chat sends a normal message when trying to reply to somebody
To Reproduce
Steps to reproduce the behavior:
- Go on any channel with extension open
- Press reply button
- Type and send message
Expected behavior (extension off)


Oh! Yeah, definitely. It's mischiefmadnessmittens. Thank you, @AnatoleAM!
[SevenTV/SevenTV] New branch created: fix/twitch\-reply
[SevenTV/SevenTV] branch deleted: fix/twitch\-reply
9df152f chore(deps-dev): bump vue-tsc from 0.32.0 to 0.... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.7
Bumps vue-tsc from 0.32.0 to 0.34.7.
Changelog
Sourced from vue-tsc's changelog.
0.34.7
feat: add option experimentalShamefullySupportOptionsApi to vueCompilerOptions (#1202)
fix: use html renaming instead of ts renaming on tags (#1201)
fix: not support lowser node version (#1200)
fix: cannot update global components props completion list (#1196)
fix: svg attributes report false positive void type (#1184)
fix: css module ...
1dc48fb chore(deps-dev): bump stylelint from 14.6.0 to ... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.7\.1
Bumps stylelint from 14.6.0 to 14.7.1.
Release notes
Sourced from stylelint's releases.
14.7.1
Fixed: a regression for /* stylelint-disable / comments (#6018).
Fixed: font-family-name-quotes false positives for ui- generic system font keywords (#6017).
14.7.0
Added: ranges for warnings that can be used by formatters and integrations (#5725).
Added: selector-not-notation rule (#5975).
Fixed: font-weight-notation false positives for Sass function...
There are 9 failures, 0 warnings, and 0 notices.
Thanks @AnatoleAM , will check after the update for now after a quick view it seems it was fixed. I've also updated chrome recently also.
Thanks @AnatoleAM it seems fixed now, although now it seems it created a new issue but have nothing to do with the emotes. thanks again.
Describe the bug
When the extension is enabled replying to a message sends the message as normal message
To Reproduce
Steps to reproduce the behavior:
- Go to any twitch channel
- Click on reply icon in any mesasge
- See your message as normal message instead of reply
Expected behavior
The message should be shown as a reply in twitch chat
Screenshots
Typing a message in reply box

Service Client Updates
service/athena: Updates service API and documentation
This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
service/lightsail: Updates service API and documentation
This release adds support to ...
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.36
6e93c75 Bump github.com/spf13/viper from 1.10.1 to 1.11.0 - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.11.0
What's Changed
Exciting New Features ๐
Experimental yaml v3 library support by @โsagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โsagikazarmark in spf13/viper#1274
Experimental logger by @โsagikazarmark in spf13/viper#1275
Enhancements ๐
Remove unnecessary operand by @โsteviebps in spf13/viper#1213
Improve encoding...
b98a369 Bump github.com/bwmarrin/discordgo from 0.24.0 ... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/bwmarrin/discordgo\-0\.25\.0
Bumps github.com/bwmarrin/discordgo from 0.24.0 to 0.25.0.
Release notes
Sourced from github.com/bwmarrin/discordgo's releases.
DiscordGo v0.25.0
Hi all! This one is not so feature-rich, but is filled with lots of fixes and missing features.
What's Changed
Breaking changes
Removed omitempty from Embeds in InteractionResponseData, MessageSend and MessageEdit bwmarrin/discordgo#1106
RateLimitPerUser in ChannelEdit was made a pointer bwmarrin/discordg...
38726a5 Bump github.com/gofiber/fiber/v2 from 2.31.0 to... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/gofiber/fiber/v2\-2\.32\.0
Bumps github.com/gofiber/fiber/v2 from 2.31.0 to 2.32.0.
Release notes
Sourced from github.com/gofiber/fiber/v2's releases.
v2.32.0
๐ New
Support adding queries to RedirectToRoute (#1858)
https://docs.gofiber.io/api/ctx#redirecttoroute
Add AllParams method (#1853)
https://docs.gofiber.io/api/ctx#allparams
Add context Writef feature function (#1841)
https://docs.gofiber.io/api/ctx#writef
๐งน Updates
Use encoding/json (#1851)
https://docs.gofiber.io/guide/...
ec40d10 Bump github.com/spf13/viper from 1.10.1 to 1.11.0 - dependabot[bot]
[SevenTV/EventAPI] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.11.0
What's Changed
Exciting New Features ๐
Experimental yaml v3 library support by @โsagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โsagikazarmark in spf13/viper#1274
Experimental logger by @โsagikazarmark in spf13/viper#1275
Enhancements ๐
Remove unnecessary operand by @โsteviebps in spf13/viper#1213
Improve encoding...
There are 10 failures, 1 warnings, and 0 notices.
02dc8e8 Bump github.com/spf13/viper from 1.10.1 to 1.11.0 - dependabot[bot]
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.11.0
What's Changed
Exciting New Features ๐
Experimental yaml v3 library support by @โsagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โsagikazarmark in spf13/viper#1274
Experimental logger by @โsagikazarmark in spf13/viper#1275
Enhancements ๐
Remove unnecessary operand by @โsteviebps in spf13/viper#1213
Improve encoding...
b0ab4d5 Bump github.com/aws/aws-sdk-go from 1.43.31 to ... - dependabot[bot]
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.41.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.43.41 (2022-04-15)
Service Client Updates
service/athena: Updates service API and documentation
This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
service/lightsail: Updates service API and documentation
This release adds support to ...
[SevenTV/ImageProcessor] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.36
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
65a187f Bump github.com/spf13/viper from 1.10.1 to 1.11.0 - dependabot[bot]
[SevenTV/Migrator] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.11.0
What's Changed
Exciting New Features ๐
Experimental yaml v3 library support by @โsagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โsagikazarmark in spf13/viper#1274
Experimental logger by @โsagikazarmark in spf13/viper#1275
Enhancements ๐
Remove unnecessary operand by @โsteviebps in spf13/viper#1213
Improve encoding...
Describe the bug
It seems like this function https://github.com/SevenTV/SevenTV/blob/e6079c313654c69e978388e085675e9a6daa6244/src/Global/Util.ts#L124 does not handle correctly configs with false value.
To Reproduce
Steps to reproduce the behavior:
Description
The "Allow sending the same message twice" is causing problems in chats where the streamer has Nightbot detection of repeated symbols. This causes users to be timed out and unsure of why. I believe there is a bug where it is appending multiple of the U+E0000 character even if the message is not a duplicate.
I was not able to see these characters in the DOM of the webpage after the message was sent. I believe you can copy them out of the chatbox, though. I also got a mod of ...
Fixed in 2.2.1 (5f30b092d9df8e9198da1d101579e6d46c952a25)
That's the difference between new Boolean(value) and Boolean().
In these scenarios new Boolean(value) results in the Boolean object which is not a proper boolean.
But the Boolean(value) function, without the new, returns a primitive type boolean.
Looks like the code is using the correct form;
https://github.com/SevenTV/SevenTV/blob/e6079c313654c69e978388e085675e9a6daa6244/src/Global/Util.ts#L125
That's the difference between
new Boolean(value)andBoolean(). In these scenariosnew Boolean(value)results in the Boolean object which is not a proper boolean. But theBoolean(value)function, without the new, returns a primitive type boolean. Looks like the code is using the correct form;
Oh yes, you are right. I missed that there was no new. Thanks for pointing out
I think this might have gotten fixed along in #240 since I can not currently reproduce it on 2.2.0, @Cryptizism can you confirm this to be the case? ๐
Please feel free to re-open this issue if it's confirmed to still occur. (Ensure that you have received the update before reporting)
Unfortunately it doesn't seem like it's fixed.


#240 Has resolved this issue for me, closing.
Odd, well at this time I've got no further clues on what would cause this. I have not been able to reproduce this issue a single time. I'll re-open and leave it to any contributors if they're experiencing this and wish to try fixing it.
@AnatoleAM How is it now? I reverted the logo CSS change
I'm not familiar with the codebase but if you can point me in the right direction I'm happy to take a look and try to help out with any debugging steps when it comes up again.
4a4fa4c chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.16.0 to 5.20.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.20.0
5.20.0 (2022-04-18)
Features
eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#4789) (5e79451)
v5.19.0
5.19.0 (2022-04-11)
Bug Fixes
eslint-plugin: update code to use estree range instead of ts pos/end #4723 (#4790) (a1e9fc4)
Features
eslint-plugin: [unified-signatu...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.20\.0
c8b992a chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.20\.0
Bumps @typescript-eslint/eslint-plugin from 5.16.0 to 5.20.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.20.0
5.20.0 (2022-04-18)
Features
eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#4789) (5e79451)
v5.19.0
5.19.0 (2022-04-11)
Bug Fixes
eslint-plugin: update code to use estree range instead of ts pos/end #4723 (#4790) (a1e9fc4)
Features
eslint-plu...
Instead of passing in a twitch login to listen to, also be able to pass in a twitch user id and maybe even a 7tv user id
There are 10 failures, 1 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
reacting in thread
but what it does it doesnt react to message
Version:
newest version
All changes look good
[SevenTV/Waterhose] branch deleted: troy/init
787def0 Bump actions/checkout from 2.4.0 to 3.0.1 - dependabot[bot]
[SevenTV/Waterhose] New branch created: dependabot/github\_actions/dev/actions/checkout\-3\.0\.1
Bumps actions/checkout from 2.4.0 to 3.0.1.
Release notes
Sourced from actions/checkout's releases.
v3.0.1
Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions
v3.0.0
Updated to the node16 runtime by default
This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
v2.4.1
Fixed an issue where checko...
732ed78 Bump azure/setup-kubectl from 2.0 to 2.1 - dependabot[bot]
There are 1 failures, 0 warnings, and 0 notices.
5685ac3 Bump actions/checkout from 2.4.0 to 3.0.1 (#2) - dependabot[bot]
d989918 Bump actions/setup-node from 2 to 3 (#3) - dependabot[bot]
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/actions/checkout\-3\.0\.1
7844f3b Bump azure/setup-kubectl from 2.0 to 2.1 (#4) - dependabot[bot]
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/actions/setup\-node\-3
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/azure/setup\-kubectl\-2\.1
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
Update the readme with a design document and also a breakdown on how this application works
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
When I am on Twitch mod view, I don't see anymore the 7tv button at the bottom right and the chat 7tv emote are not shown too.
It works when I am on a normal chat.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See the 7tv button
Screenshots
https://imgur.com/a/m0zHYHT

...
Oh thanks sorry I just watch opened issue.
I'm not familiar with the codebase but if you can point me in the right direction I'm happy to take a look and try to help out with any debugging steps when it comes up again.
My best guess is it's caused by the twemoji package used to render emojis and the source of the issue may be somewhere around here. Perhaps the best thing to do at this poin...
cb202e5 chore(deps-dev): bump sass from 1.49.10 to 1.50.1 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/sass\-1\.50\.1
[SevenTV/Website] Pull request opened: #378 chore\(deps\-dev\): bump sass from 1\.49\.10 to 1\.50\.1
Bumps sass from 1.49.10 to 1.50.1.
Release notes
Sourced from sass's releases.
Dart Sass 1.50.1
To install Sass 1.50.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass
The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless '.' is passed as a load path.
Fix a bug in the JS ...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/sass\-1\.50\.0
9cac93d Test using go.work instead of submodule - AnatoleAM
[SevenTV/REST] New branch created: feat/update\-common
[SevenTV/GQL] New branch created: feat/update\-common
5a0dfed Test using go.work instead of submodule - AnatoleAM
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
ec7e4dc Update code for common update w/ generics - AnatoleAM
There are 1 failures, 0 warnings, and 0 notices.
c8497bf Update code for common update w/ generics - AnatoleAM
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 0 warnings, and 0 notices.
There are 10 failures, 0 warnings, and 0 notices.
58c4510 ci/deploy-pull - remove go.work files - AnatoleAM
There are 10 failures, 0 warnings, and 0 notices.
db95a03 ci/deploy-stage - remove go.work files - AnatoleAM
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 0 warnings, and 0 notices.
There are 10 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
dbb7ba4 type/auditlog - pointer AuditLogChange - AnatoleAM
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
Some emotes don't load and a broken image+emote name is shown instead.
To Reproduce
Look for similar behavior in twitch channels. It's a rare occurrence. Broken emotes are random per channel and most channels don't have any. Each channel's broken emotes always stay the same. Provided screenshots are from Gorgc's channel where the LOLW emote has been broken for almost 8 months so far.
Screenshots
: bump @vueuse/core from 8.1.2 to 8.3.0 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.3\.0
Bumps @vueuse/core from 8.1.2 to 8.3.0.
Release notes
Sourced from @โvueuse/core's releases.
v8.3.0
Bug Fixes
refAutoReset: clear timeout on scope dispose (#1507) (8843f8f)
useDraggable: update type (0ef8f8f)
useFetch: merge default options (#1500) (f62bf35), closes #1495
useRafFn: call cancelAnimationFrame on pause (#1502) (a21bd2b)
useScriptTag: enable setting arbitrary attrs (#1511) (f8cd7a7)
Features
nuxt: support nuxt3 rc (...
There are 8 failures, 0 warnings, and 0 notices.
870ec01 rest/user - check permission for animated avatar - AnatoleAM
54bbd91 Fix v2 user editors & user emotes - AnatoleAM
There are 10 failures, 1 warnings, and 0 notices.
There are 8 failures, 0 warnings, and 0 notices.
The 7TV emote menu and emotes don't show up on a particular youtube channel, the youtube is linked to https://7tv.app/users/6259e66985873c051292d6f9 and the youtube channel is https://www.youtube.com/channel/UCl63ZOm_bepvwoKjw24rogA, not sure what is the cause, some things to note is that the chat is in subscribers only mode.

Not sure how to reproduce other than wait till the c...
There are 8 failures, 0 warnings, and 0 notices.
6730c69 use generics-based dataloaders - AnatoleAM
7dbec25 Remove unused loader definitions - AnatoleAM
[SevenTV/REST] branch deleted: feat/update\-common
There are 2 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
[SevenTV/GQL] branch deleted: feat/update\-common
7e62465 Bump actions/setup-go from 2.1.4 to 3 (#14) - dependabot[bot]
c29940f Bump golangci/golangci-lint-action from 2 to 3.... - dependabot[bot]
d7dc207 Bump azure/setup-kubectl from 1 to 2.1 (#17) - dependabot[bot]
8bba72f Bump actions/checkout from 2 to 3 (#18) - dependabot[bot]
451a3a9 Merge branch 'dev' into feat/implement-v2 - AnatoleAM
1337ebf chore(deps-dev): bump vue-tsc from 0.32.0 to 0.... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.9
Bumps vue-tsc from 0.32.0 to 0.34.9.
Changelog
Sourced from vue-tsc's changelog.
0.34.9
fix: vue documents diagnostics cannot update when other drive ts file changed
fix: ts declaration diagnostics missing (#1222)
0.34.8
feat: support inlay hints (#452)
if you're not using VSCode, you should config new option languageFeatures.inlayHints = true in initializationOptions to enable it
feat: allow disable highlight dom el...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.7
There are 9 failures, 0 warnings, and 0 notices.
Bumps @vueuse/core from 8.1.2 to 8.3.1.
Release notes
Sourced from @โvueuse/core's releases.
v8.3.1
Bug Fixes
nuxt: transpile ssr plugin (dfcee11)
Features
og:image for each route (c514265)
v8.3.0
Bug Fixes
refAutoReset: clear timeout on scope dispose (#1507) (8843f8f)
useDraggable: update type (0ef8f8f)
useFetch: merge default options (#1500) (f62bf35), closes #1495
useRafFn: call cancelAnimationFrame on pause (#1502) (a21bd2...
26cbdf5 fix(deps): bump @vueuse/core from 8.1.2 to 8.3.1 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.3\.1
Egs must be stored in a safe and clean environment
There are 2 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
I tried 'inspect element' and this is the HTML code of a broken emote.

the 1x source URL is correct, but other sizes are set as undefined, which may be the reason clicking 'load image in new tab' redirects to twitch.tv/undefined. I tried loading the supposed URL of other sizes manually and they all have valid URLs and the emotes load in larger sizes.
This is because FrankerFaceZ does not actually provide responsive scales for these specific emotes. In the case of PepeLaugh you can see that opening the "4x" link will actually take you to 1x.
This is unexpected behavior which the extension does not currently handle. This could be fixed by filtering out non-existing scales.
opening the "4x" link will actually take you to 1x.
The 4x image is loaded as a larger image, but yes the quality is so low that it seems like the 1x image has been resized.
This could be fixed by filtering out non-existing scales.
Do I have to enable any settings, or this will be added later? I didn't find any options related to this.
It's my first time looking at this codebase but I think I found the bug and the 1-line change needed to fix it.
Image URLs are retrieved by calling Emote.cdn. Emote.cdn actually already has handling for the case where a certain image resolution is missing on line 303:
It defaults to the last entry in the list, which I would guess is usually the highest available re...
ad85056 Humanized timeout duration (#218) - KeterSCP
288eafd Fix positioning of YT slowmode countdown (#189) - skihax
2d79a43 Updated position CSS of the overlay class. (#222) - Cameron2920
abadbbc Added support for VOD and Clips on Twitch. (#234) - JesseZhong
6f334fb Fix the "Send same message twice" option (#239) - AnatoleAM
1f2f3f0 chore(deps-dev): bump vue-tsc from 0.32.0 to 0.... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.10
Bumps vue-tsc from 0.32.0 to 0.34.10.
Changelog
Sourced from vue-tsc's changelog.
0.34.10 (2022/4/24)
fix: template bindings error incomplete (#1205)
fix: avoid auto-import added on same line as <script> (#916)
fix: embedded html interpolations syntax highlight not working in markdown
fix: inlay hints not working in template
fix: preview broken on nuxt3 rc (#1225)
fix: cannot use import equals in script setup (#1223...
There are 9 failures, 0 warnings, and 0 notices.
5119942 Bump github.com/aws/aws-sdk-go from 1.43.31 to ... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.45.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.43.45 (2022-04-22)
Service Client Updates
service/chime-sdk-meetings: Updates service API and documentation
service/ec2: Updates service API, documentation, and waiters
Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
Release v1.43.44 (2022-04-21)
Service Cl...
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
bd41ff9 Bump github.com/aws/aws-sdk-go from 1.43.31 to ... - dependabot[bot]
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.45.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.43.45 (2022-04-22)
Service Client Updates
service/chime-sdk-meetings: Updates service API and documentation
service/ec2: Updates service API, documentation, and waiters
Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
Release v1.43.44 (2022-04-21)
Service Cl...
[SevenTV/ImageProcessor] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
After being banned or timed-out, the 7TV emote icon, below the chat bar, disappears from Firefox/Windows and is never restored until the page is refreshed. Moreover, emote tab-completion stops working for all emotes, including Twitch native.
To Reproduce
Steps to reproduce the behavior:
- Get timed out
- Observe icon disappears
Expected behavior
Being timed out should not remove the emote menu or disable emote completion when the timeout expires.
*...
6c6e85f Bump actions/checkout from 3.0.1 to 3.0.2 - dependabot[bot]
[SevenTV/waterhose] New branch created: dependabot/github\_actions/dev/actions/checkout\-3\.0\.2
Bumps actions/checkout from 3.0.1 to 3.0.2.
Release notes
Sourced from actions/checkout's releases.
v3.0.2
What's Changed
Add set-safe-directory input to allow customers to take control. by @โTingluoHuang in actions/checkout#770
Prepare changelog for v3.0.2. by @โTingluoHuang in actions/checkout#777
Full Changelog: https://github.com/actions/checkout/compare/v3...v3.0.2
Changelog
Sourced from actions/checkout's changelog.
v3.0.2
Add input set-sa...
There are 10 failures, 1 warnings, and 0 notices.
Describe the bug
When I add a cheer before SevenTV I get lets say a purple 100 with the spinning bit icon in my chat, but directly after installing SevenTV they appear like empty icons, so it appears like my message is empty, which almost made me add multiple cheers accidentally.
To Reproduce
Steps to reproduce the behavior:
Before installing SevenTV
- Go to the cheer icon
- Click on 100
- See how your chat message now has an animated emote representing the "Cheer100"
...
b884830 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.21\.0
Bumps @typescript-eslint/eslint-plugin from 5.16.0 to 5.21.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.21.0
5.21.0 (2022-04-25)
Bug Fixes
eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841) (ccadb60)
eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=tru...
1faaecc chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.21\.0
Bumps @typescript-eslint/parser from 5.16.0 to 5.21.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.21.0
5.21.0 (2022-04-25)
Bug Fixes
eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841) (ccadb60)
eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#4844) (4e7c9be)
e...
After installing 7tv as soon as an emote and a nickname start with the same letters I can't tab to complete with the nickname.
For example, if someone in chat is called Kevin, I write K, tab and fill with KAPOW, KEKW, then KAPOW and KEKW again and again, without finding the nickname in the completion tab.
I disactivated 7tv and this issue got solved.
I even tried to swap between prioritizing emotes or nicks in the settings but nothing changed.
Describe the bug
using 7tv extension alone does not Tab auto-complete the default available twitch emotes (The emotes provided without any extension, example: 4Head, BatChest)
To Reproduce
Steps to reproduce the behavior:
- with only 7tv installed on a browser (Im using FireFox), Go to a Twitch.tv channel, it can be your own account
- Click on the Input box in chat and try Auto-completing a default Twitch emote (try: 4Head, BatChest, Shush, TwitchUnity)
- See that the emote...
As a workaround for now you can use colon-complete (:)
7df13d8 chore(deps-dev): bump sass from 1.49.10 to 1.51.0 - dependabot[bot]
[SevenTV/Website] Pull request opened: #385 chore\(deps\-dev\): bump sass from 1\.49\.10 to 1\.51\.0
Bumps sass from 1.49.10 to 1.51.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.51.0
To install Sass 1.51.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Potentially breaking change: Change the order of maps returned by map.deep-merge() to match those returned by map.merge(). All keys that appeared in the first map will now be listed first in the same orde...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/sass\-1\.51\.0
9a60415 chore(deps-dev): bump stylelint from 14.6.0 to ... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.8\.0
Bumps stylelint from 14.6.0 to 14.8.0.
Release notes
Sourced from stylelint's releases.
14.8.0
Added: keyframe-block-no-duplicate-selectors rule (#6024).
Added: property--list support for vendor prefixes (#6025).
Fixed: at-rule--list end positions (#6032).
Fixed: at-rule-no-unknown end positions (#6026).
Fixed: function-no-unknown end positions (#6038).
Fixed: property-no-unknown end positions (#6039).
Fixed: function-linear-gradient-no-nonstanda...
a9d99dc chore(deps-dev): bump vite from 2.9.0 to 2.9.6 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.6
Bumps vite from 2.9.0 to 2.9.6.
Release notes
Sourced from vite's releases.
create-vite@2.9.2
Please refer to CHANGELOG.md for details.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.9.6 (2022-04-26)
fix: apply condition skipped for nested plugins (#7741) (1f2ca53), closes #7741
fix: clean string regexp (#7871) (ecc78bc), closes #7871
fix: escape character in string regexp ...

There are 1 failures, 0 warnings, and 0 notices.
fe1e798 redo cache to use local caching - TroyKomodo
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
939b970 change deps builder to self-hosted - TroyKomodo
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 0 failures, 1 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.