#github
1 messages ยท Page 49 of 1
Proposed changes
Opening / replying to threads would only allow you to view up to a maximum of 2 messages (the main message and one reply).
This is fixed by using the tray's thread props instead of just it's parent props. This PR also fixes the issue where message buttons (copy & reply) were not being displayed when hovered over inside of a thread tray.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugf...
f805710 fix(twitch): replies in thread (#1007) - pimothyxd
f805710 fix(twitch): replies in thread (#1007) - pimothyxd
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
The button that opens the emote menu under chat input has disappeared. But tab completion and ":" menu works.
Expected Behavior
I had to see the emote menu button by the setting button.
Proposed changes
Currently, when subscribing to the user event (AFAIK only used to listen for changes to which emote-set is selected) the user-id of the respective platform is passed as the object_id instead of the 7tv user-id.

This PR just uses the 7tv user-id as the object_id instead.
Types of changes
...
Proposed changes
A simple UI update by Kick changed the chat input container where the emote picker icon was being placed. This PR simply updates it to the new one.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to ...
687b213 Add launchable attribute to the Linux appdata f... - ilya-zlobintsev
dbb7882 Disable tests & benchmarks on ubuntu 20.04 dock... - pajlada
ea19c5c chore(deps): bump lib/settings from 56a1597 t... - dependabot[bot]
c1fa512 refactor: turn StreamerMode into a singleton(... - Nerixyz
3928cc9 fix: correctly load twitch badges in highlights... - pajlada
687b213 Add launchable attribute to the Linux appdata f... - ilya-zlobintsev
dbb7882 Disable tests & benchmarks on ubuntu 20.04 dock... - pajlada
ea19c5c chore(deps): bump lib/settings from 56a1597 t... - dependabot[bot]
c1fa512 refactor: turn StreamerMode into a singleton(... - Nerixyz
3928cc9 fix: correctly load twitch badges in highlights... - pajlada
6849582 fix(dry-run): don't get tag and use nightly - Nerixyz
6849582 fix(dry-run): don't get tag and use nightly - Nerixyz
cbf2607 fix(kick): emote menu button (#1010) - pimothyxd
b90772f fix: wrong id used when subscribing to user eve... - ByteZ1337
8bf508a fix(twitch): badges not displayed (#1006) - pimothyxd
This is the normal behavior
No it's not. Nevertheless it seems to finally be fixed as of this commit: https://github.com/SevenTV/Extension/commit/da05ccc54edc67809a96d0837de9d85164d0f694
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome, Opera, Microsoft Edge
Current Behavior
I have encountered an issue while working with the Streamer.bot team. The issue pertains to a specific call made for my Twitch account via your SSE server to pull updated emote sets.
Here are the Streamer.bot...
Proposed changes
An oversight has caused the chat module to not inject on routes besides the channel route. This PR fixes that.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Document...
13b00e5 fix(kick): add chatroom routes (#1012) - pimothyxd
13b00e5 fix(kick): add chatroom routes (#1012) - pimothyxd
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant.io/check/Seve...
Proposed changes
Sort emotes alphabetically with tab auto-completion on Kick
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant...
Proposed changes
Clicking / opening the popup would cause it to be thin on some browsers. This is fixed by applying the dimensions to the main container itself as opposed to a wrapper div. It has been tested on various browsers (Chrome, Firefox, Brave, Opera, Vivaldi).
See the images below for some comparisons.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issu...
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
The extension loads an external JS file (seventv.youtubesite.3.0.17.2p-xtLcl.js) which attempts to add an event listener to the window.navigation object.
A...
[SevenTV/Extension] New comment on issue #1015: [BUG] Error on Youtube - Using an undefined variable
It's unlikely this will be fixed before the rewrite is complete. You can follow the rewrite over at https://github.com/SevenTV/SevenTV
Proposed changes
When opening up a stream, historic messages would not always display whenever the chat was loaded in. If the chat module was loaded before the historic messages were loaded in, it would not have access to them and thus end up not rendering any. This is however fixed by simply rendering after they have been loaded in.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change...
f49dc0d fix(twitch): load chat history (#1016) - pimothyxd
f49dc0d fix(twitch): load chat history (#1016) - pimothyxd
c1326e9 chore(deps): update ccache-action back to upstr... - Felanbird
6bc34ca chore(deps): update sccache version comments (#... - Felanbird
9151446 fix(streamer-mode): check setting on startup (#... - Nerixyz
8cea86c Fix rerun flag not being unset after stream fin... - Mm2PL
26bb4e2 fix(tooltips): hide image label by default (#5232) - Nerixyz
c1326e9 chore(deps): update ccache-action back to upstr... - Felanbird
6bc34ca chore(deps): update sccache version comments (#... - Felanbird
9151446 fix(streamer-mode): check setting on startup (#... - Nerixyz
8cea86c Fix rerun flag not being unset after stream fin... - Mm2PL
26bb4e2 fix(tooltips): hide image label by default (#5232) - Nerixyz
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Microsoft Edge
Current Behavior
Sidebar stream thumbnail not working on all channel when hover
Expected Behavior
should show thumbnails
Step...
Same problem on Google Chrome, previews doesn't work anymore
f3c24b3 build(deps): bump google.golang.org/protobuf fr... - dependabot[bot]
[SevenTV/API] New branch created: dependabot/go_modules/google.golang.org/protobuf-1.33.0
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. ...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant.io/check/Seve...
@TroyKomodo please review MeAndTroy
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Microsoft Edge
Current Behavior
With updated stable versions of both FFZ and 7TV, twitch chats are disappearing right after they are seen. It appears the 7TV setting that sets the scrollback to 1 line is overriding FFZ's default. When you disable the 7TV p...
I changed to nightly 7TV, issue still exists.
989da4a kick: sort emotes for Tab auto-completion (#1013) - kolasss
989da4a kick: sort emotes for Tab auto-completion (#1013) - kolasss
Proposed changes
Twitch seems to have remove the "React" feature which caused some metadata buttons to break. This PR simply removes the option to hide the button.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to n...
fc61e8d feat: add /announce[color] commands (#5250) - 4rneee
47c46b6 fix(channel-view): use underlyingChannel_ ove... - Nerixyz
3563ecb fix: Compile Lua as a C library (#5251) - pajlada
0322d37 Show line indicator instead of rectangle while ... - Nerixyz
46c5609 feat: Warn for commands with duplicate triggers... - askepticaldreamer
fc61e8d feat: add /announce[color] commands (#5250) - 4rneee
47c46b6 fix(channel-view): use underlyingChannel_ ove... - Nerixyz
3563ecb fix: Compile Lua as a C library (#5251) - pajlada
0322d37 Show line indicator instead of rectangle while ... - Nerixyz
46c5609 feat: Warn for commands with duplicate triggers... - askepticaldreamer
Proposed changes
This PR aims to add support for additional message types. These include community introduction messages, watch streak messages and bits badge tier messages (see the images below). Along with those changes, some style improvements were added to raid messages and a small fix for announcement messages in user cards.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change whi...
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Microsoft Edge
Current Behavior
while select user on the list that open with @ up and down arrow buttons remove typed message with one of history messages
Expected Behavior
instead of selecting history messages keep the typed message and choose one o...
55c89b7 feat(twitch/chat): support message types (#1020) - pimothyxd
55c89b7 feat(twitch/chat): support message types (#1020) - pimothyxd
e4ea9af chore(deps): bump ZedThree/clang-tidy-review fr... - dependabot[bot]
044d457 fix: create NetworkManager statics in init() ... - Nerixyz
ed20e71 refactor: adapt magic_enum to Qt (#5258) - Nerixyz
ca69172 fix: check broadcast binaries without case sens... - iProdigy
00119a8 fix: Update Linux build instructions (#5262) - pajlada
e4ea9af chore(deps): bump ZedThree/clang-tidy-review fr... - dependabot[bot]
044d457 fix: create NetworkManager statics in init() ... - Nerixyz
ed20e71 refactor: adapt magic_enum to Qt (#5258) - Nerixyz
ca69172 fix: check broadcast binaries without case sens... - iProdigy
00119a8 fix: Update Linux build instructions (#5262) - pajlada
Proposed changes
When a suspicious user sent a message after being marked as suspicious, the extension would not persist in marking that user as suspicious after new messages were sent. Along with that, returning users were not being highlighted anymore.
This is caused by Twitch moving chat highlights to pubsub (instead of tmi) which allowed me to add support for raider highlights as well. Another issue caused the pubsub to not re-add listeners after reconnect. See the images below fo...
1b74d4d fix(twitch/chat): low trust / returning user hi... - pimothyxd
1b74d4d fix(twitch/chat): low trust / returning user hi... - pimothyxd
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Opera
Current Behavior
Hi. I was developing over the TwitchAPI and I found an strange bug with the Opera extension of 7TV.
When I was sending a message like hello and then with the up arrow I recovered the message (so for not writting hello everytime)...
I want to add this image.
As you can see there are some weird characters as I said. The first char is what it would be if there are only white spaces but in the second, the char that was sent by 7TV on the second message, there are weird characters.
Do you have the Bypass Duplicate Message Check setting on by chance? If so, it's behavior is intentional. It works by adding said space to the message to avoid duplicates. https://github.com/SevenTV/Extension/blob/a98e3653a0d0714f945e57d20daf53f2cf5834f0/src/site/twitch.tv/modules/chat-input/ChatSpam.vue#L48-L66
Okey but as I send is not such a whitespace
That is correct as the message is modified by the extension before it is sent.
So I could split or parse that character with that.
Thanks.
I couldn't find what it was.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
The stable and nighly firefox versions of the browser extention aren not initialising, I have tested on Brave and Chrome and the issue is not present point to a firefox specific problem.
None of the extension features are functionin...
You can fix this by manually deleting the indexed db. However, do note this will reset your settings.
b6d75fd feat: add more items in macOS menu bar (#5266) - mavjs
d1debd6 Merge remote-tracking branch 'upstream/master' ... - Nerixyz
9583a10 fix(helix-chat): show better error messages (#5... - Nerixyz
84e641d ci: run clang-tidy with Qt 6 and update action ... - Nerixyz
eb17c71 fix: don't try v4 yet - Nerixyz
b6d75fd feat: add more items in macOS menu bar (#5266) - mavjs
d1debd6 Merge remote-tracking branch 'upstream/master' ... - Nerixyz
9583a10 fix(helix-chat): show better error messages (#5... - Nerixyz
84e641d ci: run clang-tidy with Qt 6 and update action ... - Nerixyz
eb17c71 fix: don't try v4 yet - Nerixyz
35a7d9b build(deps-dev): bump vite from 4.0.4 to 4.5.3 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm_and_yarn/vite-4.5.3
Bumps vite from 4.0.4 to 4.5.3.
Release notes
Sourced from vite's releases.
create-vite@4.4.1
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
4.5.3 (2024-03-24)
fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250
4.5.2 (2024-01-19)
fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653
4.5.1 (2023-12-04)
fix: backport #15223, proxy html path shoul...
[SevenTV/Website] branch deleted: dependabot/npm_and_yarn/vite-4.5.2
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant.io/...
9a55097 build(deps-dev): bump vite from 3.0.9 to 3.2.10... - dependabot[bot]
[SevenTV/API] New branch created: dependabot/npm_and_yarn/portal/vite-3.2.10
Bumps vite from 3.0.9 to 3.2.10.
Changelog
Sourced from vite's changelog.
3.2.10 (2024-03-24)
3.2.9 (2024-03-24)
fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655
fix: port #16250 to v3 (#16253) (89c7c64), closes #16250 #16253
release: v3.2.8 (8352b75)
3.2.8 (2024-01-19)
fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655
3.2.7 (2023-05-26)
fix: port #13348 to v3, fs.deny with leading double slash (#133...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant.io/check/Seve...
bde019c chore(deps-dev): bump vite from 5.0.2 to 5.0.13 - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot/npm_and_yarn/vite-5.0.13
Bumps vite from 5.0.2 to 5.0.13.
Changelog
Sourced from vite's changelog.
5.0.13 (2024-03-24)
fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250
5.0.12 (2024-01-19)
fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605
fix: fs deny for case insensitive systems (#15653) (91641c4), closes #15653
5.0.11 (2024-01-05)
fix: don't pretransform classic script links (#...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant...
[SevenTV/chatterino7] New tag created: v7.5.0-beta.1
[SevenTV/chatterino7] New tag created: v2.4.6
Bumping this as I still see no option in 7TV for Moments and Drops Auto Claiming only for Channel Points
Would like to not have a dedicated extension for just those if possible.
Thank you all! ๐
85c9391 chore(deps): bump DoozyX/clang-format-lint-acti... - dependabot[bot]
[SevenTV/chatterino7] New branch created: dependabot/github_actions/DoozyX/clang-format-lint-action-0.17
Bumps DoozyX/clang-format-lint-action from 0.16.2 to 0.17.
Release notes
Sourced from DoozyX/clang-format-lint-action's releases.
v0.17
What's Changed
Changed clang-format version to be the latest (17) #57
Add clang-format 17.0.2 by @โalemuntoni in DoozyX/clang-format-lint-action#60
Allow directories with white-spaces to be passed by @โrjwignar in DoozyX/clang-format-lint-action#63
New Contributors
@โalemuntoni made their first contr...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assista...
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an [ignore condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-upda...
[SevenTV/chatterino7] branch deleted: dependabot/github_actions/DoozyX/clang-format-lint-action-0.17
Is there an existing issue for this?
- [X] I have searched the existing issues
This feature does not exist in the latest nightly version
- [X] I have checked the latest nightly version
Feature Description
I want to switch to 7TV but in my FFZ I setup some Username and Badge Highlighting that I don't want to lose
While Searching if already a Feature Request exists i did find something about Username Highlighting but not about Badge highlighting.
There was the Pull Request #5...
Having this same issue, though mine only started in the last month, I think.
Any updates on this?
I tried with both 60fps and 30fps AVIF and got the same error.
dd62707 fix: hide tooltip on window leave event (#5309) - Nerixyz
116e82d fix: the version string not showing up as expec... - nealxm
326f71a add nealxm to contributors list (#5312) - nealxm
4adc5be chore(deps): bump DoozyX/clang-format-lint-acti... - dependabot[bot]
e6bf503 feat: include duration in more multi month gift... - iProdigy
dd62707 fix: hide tooltip on window leave event (#5309) - Nerixyz
116e82d fix: the version string not showing up as expec... - nealxm
326f71a add nealxm to contributors list (#5312) - nealxm
4adc5be chore(deps): bump DoozyX/clang-format-lint-acti... - dependabot[bot]
e6bf503 feat: include duration in more multi month gift... - iProdigy
087086b build(deps): bump golang.org/x/net from 0.10.0 ... - dependabot[bot]
[SevenTV/API] New branch created: dependabot/go_modules/golang.org/x/net-0.23.0
Bumps golang.org/x/net from 0.10.0 to 0.23.0.
Commits
c48da13 http2: fix TestServerContinuationFlood flakes
762b58d http2: fix tipos in comment
ba87210 http2: close connections when receiving too many headers
ebc8168 all: fix some typos
3678185 http2: make TestCanonicalHeaderCacheGrowth faster
448c44f http2: remove clientTester
c7877ac http2: convert the remaining clientTester tests to testClientConn
d8870b0 http2: use synthetic time in TestIdleConnTimeout
d...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assistant.io/check/Seve...
Same here, it was working then stopped last month.
b391f18 fix: set maximum of scrollbar after filtering (... - Nerixyz
86a2782 fix: don't change the topmost value of child wi... - Nerixyz
7c97e6b Change order of query parameters of Twitch Play... - mavjs
992ea88 fix: Remove "Show chatter list" entry from spli... - pajlada
48cbb7f chore(deps): bump lib/lua/src from e288c5a to... - dependabot[bot]
[SevenTV/chatterino7] New tag created: v2.5.0-beta.1
[SevenTV/chatterino7] New tag created: v7.5.0
b391f18 fix: set maximum of scrollbar after filtering (... - Nerixyz
86a2782 fix: don't change the topmost value of child wi... - Nerixyz
7c97e6b Change order of query parameters of Twitch Play... - mavjs
992ea88 fix: Remove "Show chatter list" entry from spli... - pajlada
48cbb7f chore(deps): bump lib/lua/src from e288c5a to... - dependabot[bot]
Proposed changes
Fixed an issue causing messages to not immediately display logins if the user has an international display name. Along with that, the user cards now also display their logins.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would caus...
Proposed changes
A minor change made in https://github.com/SevenTV/Extension/commit/4c0f3b97d89f0f1166af50710f3a50ba4075309f caused the builds deployed after 3.0.15 to use the hosted property as opposed to remote exposed on the seventv global. Since the older build (3.0.9) still exposes remote it causes hosted to never be defined. Nightly builds are not affect because their latest store build was version 3.0.15.1000.
Types of changes
What types of changes does you...
Proposed changes
A small oversight caused the React hooks to not be able to find the root node.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the ot...
317902a fix: react 18 support (#1030) - pimothyxd
The reason why I closed the original PR is because Troy believes that more slots is unnecessary.
I am also experiencing this issue on Google Chrome Version 124.0.6367.92 (Official Build) (64-bit). I am using the latest 3.0.16 stable release of 7TV (not the nightly release.) The Video Stats have never worked for me. The FFZ version to show stats works if I have 7TV and FFZ installed at the same time; but I recently disabled FFZ to see if it will solve the issue where 7TV just randomly stops working, forcing me to reload the page several times. But unfortunately, Video Stats are still not...
914c185 chore(deps): bump hendrikmuhs/ccache-action fro... - dependabot[bot]
[SevenTV/chatterino7] New branch created: dependabot/github_actions/hendrikmuhs/ccache-action-1.2.13
Bumps hendrikmuhs/ccache-action from 1.2.12 to 1.2.13.
Release notes
Sourced from hendrikmuhs/ccache-action's releases.
v1.2.13
What's Changed
add emscripten to the compiler list by @โmmomtchev in hendrikmuhs/ccache-action#187
Bump @โactions/cache from 3.2.3 to 3.2.4 by @โdependabot in hendrikmuhs/ccache-action#183
Bump typescript from 5.3.3 to 5.4.2 by @โdependabot in hendrikmuhs/ccache-action#190
Bump typescript from 5.4.2 to 5.4.3 by @โdep...
<br/>Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.<br/><sub>You have signed the CLA already but the status is still pending? Let us [recheck](https://cla-assista...
@dependabot ignore this dependency
This is done upstream.
[SevenTV/chatterino7] branch deleted: dependabot/github_actions/hendrikmuhs/ccache-action-1.2.13
OK, I won't notify you about hendrikmuhs/ccache-action again, unless you re-open this PR.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome, Firefox
Current Behavior
When opening 7TV emote menu, Global emotes (7tv, BTTV, FZZ) aren't loaded and not displayed
7tv
BTTV
. I'm able to solve it by refreshing the page a few times. This happens when 7TV is installed alone, and when 7TV is installed with FFZ. This does not happen when 7TV extension is not installed, but you turn on 7TV emotes with FFZ. This also happens both on str...
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome, Other
Current Behavior
When I enter theater mode, I can no longer see the emote menu nor the tab-completion carousel when I try to use them
Expected Behavior
The menu and the carousel should show up as expected.
Steps To Reproduce
- Open...
Proposed changes
Using an emote name that contains property keys of an object prototype causes the Tokenizer to resolve to that property instead of an actual emote. E.g. using the text constructor or __proto__ will result in an empty "emote". The same applies to mentions. See the images below for examples.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
...
Proposed changes
See the images below.
Types of changes
What types of changes does your code introduce to 7TV?
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
Checklist
_Put an x in the b...
there used to be the twitter card for 7tv on the right of the settings menu, did you remove it or is it broken?
there used to be the twitter card for 7tv on the right of the settings menu, did you remove it or is it broken?
As far as I know, it broke at one point and was then removed in https://github.com/SevenTV/Extension/commit/4c0f3b97d89f0f1166af50710f3a50ba4075309f but the layout was never updated along with that change.
b03651d refactor: general style improvements (#1034) - pimothyxd
c016cf3 fix(tokenizer): empty emote (#1033) - pimothyxd
I get the problem, but changing this retroactively would cause users that installed an older version of Chatterino7 to have two versions installed, even though they only want one. Not sure what the best solution is.
I switched over from another plugin, and i really miss that you can see emotes inside the input box. Some emotes have really long name, and seeing emotes how they actually get sended would be nice.
I get the problem, but changing this retroactively would cause users that installed an older version of Chatterino7 to have two versions installed, even though they only want one.
well, no, why could a bundle-id change cause this?
the only problem when changing the bundle-id of an app is preference migration. if you are using the native cocoa preferences system (NSDefaults), you'll need to kick off a migration from the previous bundle-id.
I get the problem, but changing this retroactively would cause users that installed an older version of Chatterino7 to have two versions installed, even though they only want one.
well, no, why could a bundle-id change cause this?
the only problem when changing the bundle-id of an app is preference migration. if you are using the native cocoa preferences system (NSDefaults), you'll need to kick off a migration from the previous bundle-id.
Yea I have no clue how this works on...
it would add a new app and not overwrite the old one
whether that happens depends on the name of the app in the filesystem, not the bundle-id.
e25a898 Implement ChannelsRoute (adding, removing & get... - AnatoleAM
a9914d1 EmoteComponent - connect channel add/remove but... - AnatoleAM
a9914d1 EmoteComponent - connect channel add/remove but... - AnatoleAM
e25a898 Implement ChannelsRoute (adding, removing & get... - AnatoleAM





Oh- yeah these are cosmetic buttons currently. The chrome extension should be releasing today, faced some issues so it was pushed a few hours.
Will the firefox extension be released at the same time as chrome?
forsenSWA stop spamming me questions forsenGa
Will the firefox extension be released at the same time as chrome?
If it's not too wildly different from chromium's API it should be available this weekend as well, no promises though

SNAKES!!!! 
798384c Fix filter inconsistency (#2480) - M4tthewDE
b53137d Stop double-running "check formatting" action (... - pajlada
30f3035 Removed unnecessary declaration (#2483) - zneix
b2aa370 Fixed emote pasting bug with multiple spaces (#... - zneix
346cd2b Fix macOS building with qt6 by default (#2500) - pajlada
starrers
๐ ๐โ
Pag

31b2da4 Overhaul - React Component Access (Page Layer) - AnatoleAM
10638ec MessagePatcher - Create 7TV Message Context - AnatoleAM
4e8b901 Full MessageTree rendering w/ foreign emotes - AnatoleAM
18a274c Move msg body rendering to content (fix memleak) - AnatoleAM
c9422e9 TabCompletion t0 - Input Preview - AnatoleAM
[SevenTV/SevenTV] New tag created: 1\.3\.0
9499709 EmoteCard - channel indicator, add to channel c... - AnatoleAM
f2813da Emote - sections styles - AnatoleAM
0b9002a Merge branch 'dev' of github.com:SevenTV/App in... - AnatoleAM
a2447d9 Dockerfile - add worker_boostrap file - AnatoleAM
5dba8b6 Merge branch 'master' of github.com:SevenTV/Server - AnatoleAM
commiting a file with credentials and tokens
8abafdc Emote.upload() - set default bucket name - AnatoleAM
6ceddf0 Merge branch 'master' of github.com:SevenTV/Server - AnatoleAM
1a2744e EmoteStore - print errror stacktrace on create() - AnatoleAM
44ff193 AppConfig - insert env cfg at instantiation for... - AnatoleAM
26c366f API (GetUserRoute) - Allow non-'@me' username p... - AnatoleAM
26c366f API (GetUserRoute) - Allow non-'@me' username p... - AnatoleAM
You need them or ur gonna get sued into the ground.
I used it cause i made a vod site, https://admiralbulldog.streamervods.live
I really like your project and I would actually like to help a lot.
I am kinda bored and this is my portfolio https://komodohype.dev
I can also help grow it with streamers I frequently talk to and work for.
Troy#0003 on discord if u wanna go ppOverheat
We have a public discord up if you want to discuss contributing @ https://discord.gg/WyqtzzrU9t FeelsOkayMan
dota omegalul
[SevenTV/App] New branch created: actions\-test
bfa1648 Deploy tests - set workflow dispatch for manual... - AnatoleAM
426a517 Fix deploy action build steprepository (lowercase) - AnatoleAM
9590261 Actions - omit actions-test from push trigger - AnatoleAM
9b9a4c1 Emote - fix wrong origin link in embed link href - AnatoleAM
9b9a4c1 Emote - fix wrong origin link in embed link href - AnatoleAM
