#stage-discussion
1 messages · Page 13 of 1
always been a thing thats possible
no client lets you do it but the irc and gql let you
you can actually do it yourself on any client
if you get the message id
and type .delete <id>
oh
interesting
thats pretty cool
wonder why twitch hasn't implemented a <Message Retracted> thing from youtube yet
too busy figuring out how to inject more ads into stream and cuck adblockers to do anything feature related
Do you have any idea how to solve injecting out own elements into twitch's stuff? @unkempt hill
For the tray i can pass one of reacts JSX elements. but how do i nicely teleport to it again
😂
did someone say react 😏
Nvm i did it 
yeah just set a ref:
so like {$$typeof......, ref: {current: null}}
and then set a property hook
on current
then set that to a vue ref
and do <Teleport :to="node">
property hooks are easy to set
just import definePropertyHook
then definePropertyHook(ref, "current", {value: (v) => {node.value = v;}});
you'll get the current value and any future updates
Even easier
const el = ref({current: null})
...
{
$$typeof...,
ref: el.value
}
<teleport :to=el.current /> ```
i guess reactive is better here
yeah doesnt really matter here
since its something we define
we control the object completely and all refrences to it are deliberate from us
its a proxy object though, so this doesnt work if you dont control the refrences
like if you took an already existing object and reactive()ed it
you'd only get dispatches from your modifications to it, not any other code
Yea, because they still write directly to the object
NODDERS
Soon recreated the entire twitch chat visually 

the problem with that
is that
if it looks exactly like the twitch chat
and it doesn't behave exactly like normal twitch chat
people will be very confused
Name it slow mode
Maybe under an option named like, "Disable high-performance chat"
"Normie mode"
"non-sub chat"
But if using twitch tray makes it easier to handle conflicting trays
Yea, the setTray is kinda sticking, meaning it will stay until you close it
the modifier tray can render over/instead of the normal tray, but the normal tray will come back once its gone again
So like the connecting to chat loading thing can suddenly replace the mention tray, but once its gone you will see the mentions one again
I see, make a composable then useChatTray
Yea, just experimenting first
Pass a component instance
Since there are lots of parameters that can be passed
Then return show/hide methods
I know a saddeningly large number of people prefer twitch’s “batched” messages as opposed to Chatterino or YouTube’s instant message delivery
youtube's instant message delivery? 
you mean like displayed as it comes?
Yeah
we can easily add an option to make it batched
in fact it's basically just changing the milliseconds on one value
Customizable is even better
As long as there’s a normie-friendly button to make it like twitch chat
Would probably be fine
simplified settings might be nice to add as well
like a button to switch between simple and advanced
Yes
On the simple side, you could have a drop down with a few preset values
That’s very FFZ-like

“Instant”
“200 ms”
“500 ms”
“1000 ms (Twitch-like)”
Stuff like that
no shot twitch has a 1s delay 
Yeah idk what it is
It feels like a lot though
Probably closer to 250 ms per update
Only added support for replies for now
And you cant alt+enter to start a reply either
And i've not set it up as a composable yet, gonna think a bit about the best solution since there might be different stuff that different tray types want
@daring gale

You can even reply to yourself 
Changed the look of the mentions a bit, lemme know what you think
gh cli?
does this extension has live emote add?
doesn't seems to work for me
done @daring gale
@eternal iron looks giga pog, we should support emotes here tho
wait is the replying text from native or rendered
Rendered
cant we just tokenize the text and then scale the emotes down to like 75%
sure
wait can someone show me how to delete your own message as mod?
The slider allows you to do it when using the new extension
OMG ily
In Firefox, 7TV animated emotes only work on the hover popup.
Will be fixed in the next version
Thank you all 
Sorry, what mean "historical chat messages"?
Messages that were sent before you joined the chat
Oh my God I've been waiting for this feature for so long!
Do you plan to add support for different languages for the settings menu in the new extension?👀
Its planned, but not very high priority
thanks
iirc you need to know the message ID then you do .delete <id>
at least I seem to recall one of the mods mentioning it. 
yes
The beta 3 now being out. Syncing settings with ffz, does it mean I get to see my badges again? ffz, ffz AP and chatterino? 
everything seems to be working fine for me
Huuuuge beta
Do let me know if you find any major problems, we are planning to make a full announcement tonight otherwise
The only setting that is synced with ffz currently is the alternating background
Yeah badges would be huge too. Imagine stuff like that will come in the future
the colon tabbing menu conflicts with the ffz one really bad 
it was so annoying that I disabled ffz entirely
going to dashboard.twitch.tv i see changelog again 
happens on every refresh, fixed in next version
- Fixed an issue which caused the changelog to appear on every refresh
Should be fixed, right?
ye, I'ma just wait for the web store auto update tho
There's an update button at chrome://extensions/
yea but I think it has to get approved first
it is
takes like 8h iirc
otherwise it wouldn't be live
oh ok, well I'm not home anyways 

usually he would send the one you have to load unpacked so mb 
Pending approval
💀

Twitch API devs waiting for the exact moment to break as many third party plugins as possible
Genius 
wat
??
how 
like the change log keeps insta reopening
before it was every refresh
now its whenever i fucking close it
i restarted chrome and it worked
i thought that was xqc trying to figure out the new extension
when they feel like it 
Firefox user

The 7tv changelog keeps appearing every time I close it 
@daring gale 
Manifest Version 3 (MV3) extension support is now enabled by default
in firefox 109
Eyy nice
no not nice
mv3 is shit all around
and its another case
of google forcing shit on the web
literally less capable than mv2
because google wanted to neuter ad blockers

Aaaah yea i read about that actually. I guess ff is still able to support either at least just to not be locked out.
will there be an option to disable localized names?
thanks google
@daring gale Beta is live for Firefox 

I'm a 
ye

the settings menu cant be closed when window is like this, maybe make it resizable when windows changes size like ffz has
The setting ui is missing most of its stuff, so this will be fixed later

im aware this is known but sub messages still bugged 
ffz conflict
ye
it doesnt have a whole lot of use anyway
unless you use ffz features outside of chat

would resetting all ffz chat settings fix conflicts 
bc I use other ffz settings so I don't wanna fully disable it
no clue, im waiting on an answer from stendec to make compatibility changes
both 7tv beta and ffz hook the same thing at a low level so it's clashing in a way that is hard to solve

When an emote is defined in multiple service providers under the same name. The preview prioritize 7TV emote while the chat prioritize FFZ . IMHO 7TV should always give precedence to 7TV emotes.
It was confusing when I typed "Clap" which was animated in 7TV and showed as animated emote in the text box but I hit enter it was not animated because the FFZ emote isn't.
Can be tested in Kitboga channel.
i dont think there's any handling for priority atm, it's arbitrary as far as i know
so completely random what you get if theres a same-name emote on different providers
Tier 3 subbing makes emote modification free ( no channel points needed ). It would be nice if we get that feature back with the new emote menu.
not sure if this is feasable
@eternal iron have you come across this data exposed anywhere?
its not all modifiers that you get access to
its up to the streamer
to select like 4 for teir 3 and 2 for teir2
or none
Could be reused later for 0 width 7TV backgrounds preview too 
I feel like i might have seen this yes
I can only modify my tier 3 emotes from the mobile app 
@daring gale for next beta release, or when everything is fully done, are we gonna be able to see the emote show up in the chatbox when we tab to autocomplete it
PagStick thats my task
your what?
ejaculate him
I found this on 39daph channel, i guess because
is a 7tv global it picked up the global on the preview rather then the actual emote in chat
probably bc priority is a mystery currently 
there's no priority handling, you'll get whatever
Strange that it shows a different emote tho
isnt it using the aspect ratio of the bttv FeelsDankMan, and 7tv FeelsDankMan as image
so wait how do we do this currently?
im pretty sure its just whatever loads last
emote - > tooltip: name -> tooltip fetches emote again from name?
why dont we pass the emote data to the tooltip directly
why the additional fetch
No, we sort the sets i believe
start handling the priorities 
mf typed ffs over an issue on a build that isnt even released yet
report to #1063506536154026024 
ok but aint no way you made it shift e


surely no one needs to type a capital E
👉 
it was meant to be control e but browsers bind that key to the search bar
so i set it as shift for testing and forgot to change it back
💀 he forgor
Doesent happen for me.
prob bc youre on chrome
noidontthinkso
But you said “browsers”. What else exists besides chrome?
do you see this in the settings menu
im assuming firefox does the same
browsers tend to keep keybinds consistent
for users' sake
Firefox? Never heard of it
I dont noe 
then you dont have the update
Thanks for fixing the non issue i wasnt having
Best dev 
which one 
whataniceguy
I think this was saying the shift E thing wasn’t opening the emote menu
Thats right.
Cuz anatole so smart he didnt message firefox team to send me the update
I think maybe Mozilla decided you didn’t need the update
well if u restart your furry web explorer youll probably get it
the build does have cool things aside from preventing you from typing a capital E 
Yeah. It’s 100% worth
oogabooga well here goes
it’s a ReALLY cool update tbh
No I’m not home
ppL emote button
nevermind it did need a restart

This is truly a pags tick moment
peg stick
i didnt 
i could be mistaking for one of the many thousands of people i answer to daily
because i am quite popular
Didnt even remember what browser i was using after changing every 4 months
but anyway beta 5 is mostly just a big perf boost
also ffz compatibility
which is nice to have
It did resonably well with ffz before keeping the sidebars swapped and such but i guess a few more things now then.
i havent tested with bttv yet but im assuming it would work fine since they dont do any low-level hooking at all
so 7tv should be the only thing running in the chat when you have the beta extension on
all other extensions are locked out or disabled, which itself is good for performance + avoiding bugs
Keep it to 1 miner 
add a link to firefox version
no 
yea i will l8r
prob tomorrow where ill ping subscribers to test personal emotes
make it a link to a better browser 
Thoughts?
Very clever! Nice way to not get locked out on a samol samol res.
thank you 
but will it still work when I'm watching streams at the native 160p?
(I actually do this)
(I have bad wifi and high res streams clog it up)
(I like watching streams at 100% scale so the pixels all heckin line up)
(It looks better and IDK why they don't just give you an option to do this without making the window a specific size)
Yea thats fair enough i guess. Video gets a wee blurry stretched all to hell.
even larger resolutions look better at native size
look how sharp minecraft looks at native 360p
or 720p
If only 7tv emotes were native 720p
well, some people are definitely uploading them at 1280x720 
wdym
you can preventDefault it
unless its a major keybind but I'm pretty sure that will just work always
yeah just tested in chrome and just even window.addEventListener("keydown", (e)=>{e.preventDefault()}) stops it
so it should work fine
even off an input box
yeah discord.com is what I use and that's where I learned about control e
so obviously there's a way
but also now I know how to quickly get to the search bar without using the mouse

oh, no wonder you guys discussing about "Shift+E"
nice meme

shifty
New extension seems to coming along nicely. Any particular areas one should focus on while beta testing?
General use at this point really, try to find issues with reproducible steps
any reason my chat messages are kinda grayed out when I send them?
are my messages just never sending
That's what I assumed but I was TOO LAZY to just open chatterino and check for myself
There might also be issues with the current implementation
assimilation 
So i just killed my entire browser changing the emote spacing setting
Holy shit 
I mean there aren't a whole lot of different ways to arrange settings
You don't want to end up with this
Lol
i think they moreso mean that like everything is the same
not just the sidebar categories
thats normal
but like the changelog with twitter on the right
version on the bottom
little notch in the bottom left
every setting is so fucking burried behind 3-5 clicks
Nah I just mean the UI glitches
look closely

it'll just get stuck like this half the time
electron based settings menu 😭
I dont think I've ever tried to resize it or at least didnt notice it before but holy shit 
first off
why u got an ltt theme
second off
why u on windows
I tried ubuntu like yeeeeears ago when my schizo andy friend convinced me to dual boot it. meanwhile dude was running arch and I swear to fuck it became his personality

I will say tho that the linux community as long as you aren't on some fucking obscure as shit 6 users build of it is pretty helpful to users trying to learn shit
microsoft you look some shit up and they are like
shit bruh that sucks idk why its doing that I'd just factory reset imo
unironically though
Windows isn't meant to be fixable
true and they make a factory reset so fucking braindead and quick you're better off just taking the L on some settings you gotta fix and resetting
Right
I now store everything important outside my computer
and all the setup I need I've been moving to .bat files and .reg files so I can just run those to set up a fresh install
because I was having to do a fresh install so often
back when I was running on rotating HDDs
like if someone ever told my arch buddy "oh shit that's not good you're gonna have to fucking recompile everything from scratch." im pretty sure he would 🌩️
Arch is very personality-creating though. I can confirm.
oh for sure watching him build everything exactly the way he wanted it was cool AF but I was like bro im just tryin to play some TF2 with you and hes out here like

yeah I'll get it running in like 5 minutes
Gentoo is the one where you need to compile basically everything
whereas on Arch most of the stuff you use is pre-compiled
didnt you used to have the compile your kernel for arch?
maybe im not remembering what he told me correctly.
I mean you definitely still can, especially if you want special features in the kernel
because you make tailor it for your specific needs
but AFAIK you've never needed to
I meme about it but he was basically self taught/ followed forum posts and YT videos, and now has himself a pretty nice paying job because of his knowledge. I'm just dank/lazy and want shit that
"just works" 
It is being merged?
Yes
Into the dev version first
Then after a quality approval into the main branch
That's pagman
Notice some of my messages are greyed out when I type them in the new chat on the beta 6
Is that them not being sent, or just a visual bug?
it's a visual indication that the message has not been sent
Got it
Now my question is, does this message not get sent at all? Does it get sent late? I havent seena greyed out message turn normal. Is there no visual indication for when the message does get sent after its greyed out?
Towa, you sure? I have the same "problem" sometimes but if the streamer has emotes pop up on screen enabled my sent emotes still appear, so the message must have been sent.
I get that problem in fast chats. With the live version of the extension, all my messages get sent without a problem but when using the beta barely any of them get sent
This
I think it's supposed to show when a message isnt sent, but it has also been bugged
Yeah i get that but why with the beta version it takes 10 years to "confirm" the message
I havent had that issue
no idea then
Keep in mind I use previews and FFZ so it could be weird issues not buffed out yet
With intercompatibility
Im using just ffz and its happening a lot
I also seen a bunch of other people talking about it
and even without ffz it happens
clicking several emotes at once lumps it together into a single string
or in a row

Smooth scrollling should function when chat is paused and X amount of messages have built up, skip to the bottom of chat instead of trying to smooth scroll through hundreds of messages and freeze the tab

pervert
2 suggestions:
this whole box should be a button for drop down, not just the arrow
and the background should be blurry, hard to read text over a stream with text on it
yes this was my suggestion before
the arrow state shouldnt be different
than the tab open state
if your in the tab it should be expanded

Am I the only one who can't login with firefox?
nvm It might have worked, just not showing anything
are you referring to this?
if so it isn't fully implemented yet and doesnt do anything
Yea, ic.
Is there a way to fix the Clock ? 😄
And normaly i got a Alert from Pinging me how can i activate it again ?
should be fixed next update. it's a known bug.
The mention alert aswell ?
if people use @erynation to mention you then you should get a highlight but currently there isn't a custom highlight feature where they can ping you without using @
i mean like a alert sound
has that ever been a thing with bttv or ffz?
no
i thought so
theres a ffzap addon for it
in ffz
but thats it
addon to an addon
of an extension
do you think itd be worth having in 7tv v3? 
i mean mention sounds are coming yes
alright thats neat
custom sounds have already been designed
anatole explained this one before. in faster/large chats your message doesn't always drop. in native chat there is no way of knowing this, but with the beta it's letting you know your message wasn't sent. feature is working as intended. its just a bit of an eye opener 
Its happening in my own dead chat on my own channel
I tested it and messages were just all greyed out
shadow banned 
Lol
do any spamming recently?
No
I was just chatting to you in robs channel
So like, do you just need to keep sending the message until it's not greyed out anymore?
@daring gale how is this check done?
i think it half doesnt work
is it stored in a prop on the message
because if its not
you need to add it to v-memo
otherwise it wont update until msg also updates
is there actually feedback for this
there didnt used to be
so I figured you just copied chatterinos impl
of dual websockets
nah yea i think its new
afaik @eternal iron discovered it but im pretty sure it's a twitch experiment
so not actually viable to use
will probably change it to a dual socket
Dont think its an experiment
The websocket just responds with the message id instead of a nonce now
which is indicative that it's been turned off
i think we need to swap to parsing twitch irc soon tbh
it's getting a bit weird going thru this 2-step process of conversion
either way we need to do it in order to make our extension compatible without being on twitch
Still getting some really fucky behavior in the colon autocomplete menu
Definitely cause ffz is installed
thats just what happens
same thing happens if you install ffz and bttv
twitch's autocomplete doesnt expect there to ever be two emotes with the same name
@unkempt hill can we force off ffz settings without perma disabling them
cuz we could just
tick off ffz's coloncomplete
but then again i guess we plan on reworking this entire menu
so might be unnecessary to do that
majed6 is no longer AFK: (no message) (13d, 11h ago)
nvm fixed by reopening in a new tab
fixed what?
Fix a bug where emote div blocks were multiplicating
majed6 is no longer AFK: (no message) (10h, 50m ago)
Like this. I'll report, if it reoccurred.
It was covering that much of the UI. If it helps, whatever tab is opened during a beta update acts weirdly and have to be closed and new one opened.
The previous updates weren't that breaking for the twitch tab opened during the update. Usually they missed up the padding on left side of the chat container.
All in all. Maybe it's worth regress test the updating process with an active twitch tab.
looks like missing stylesheet
they arent multiplicating, there are about 11 of them. each contain 350 emojis
ah
this is on purpose so it loads lazily and doesnt lag the page
but they are meant to be invisible
Nice! As I said. I only noticed it on the tab what was active during the addon update.
best guess is id guess the stylesheet url changed when the addon updated
@unkempt hill do extension URLs change between updates on firefox?
it's static on chrome, always use the extension's ID, but not sure on ff
Wouldn't it be cached then ?
it's local files so no
I see.
Maybe next update we could regression test what happens on an active tab before pushing the update. Let's me know if you want me to track something specific in the bugged tab.
not even between updates
every browser start
ids are random
you cant rely on ids
well ok theres ur problem 
yeah thats what i do
but i guess sometimes it doesnt work if the ids change inbetween
not sure
well
I think theres also an issue
ive expereienced this all development
firefox is kinda retarded
when it comes to caching the stylesheet

el classico
if you update without disabling and reenabling
it caches the old random vue ids
and then the new build
has different ids
pog
i guess yea
but yeah always happens to me
if I dont disable and reenable
after a vite rebuild
but I guess this issue also occurs if a AMO update happens while the user hasnt restarted
yeah i mean that makes sense
So yeah, that message grey out thing is definitely bugged
Just saw my message come up on streamer's chat overlay despite the message staying greyed out in chat
:/
I cant figure out why it sometimes happens and why it sometimes doesnt
not sure if anyone said this yet
but if start typing alien and tab complete it wants to give me the emoji, just that it does that without colons
idk if thats an ffz influence or not tho
I let anatole know about this yesterday
And it doesnt have ffz influence
Are we going to get that nifty little message that shows if a person was timed out or banned like ffz has?
yea you can fuck around with the colon and tab settings a bunch to your liking 
When you use gendered Emojis, like "man-in-lotus-position", it will just show a standard Emoji and add an ascii gender sign to it. Didn't expect that. 
Some other Emojis like women-holding-hands:-medium-light-skin-tone,-medium-skin-tone will show as one Emoji in the preview, but three seperate Emojis in Chat.
Also, I think it's too much to add every emote in every version (gender, skin tones etc.). If you use colon-completion with words like "women", "man", "hand" etc. my PC lags until everything is loaded and its hard to find what you're looking for, because there's so much with small differences.
wdym?
is that rendered by the beta or another client
those emojis are very new so it'd be expected they dont work if youre looking via a different extension or something like chatterino
forgot to disable ffz while testing... seems like it's ffzs fault <.<
I beleive this may be a missplaced mitigation on ffz's part
tmi used to break emoji combos like this by blocking the joining character required
however if they reinsert it twice, our client wont see that as the same emoji
because we dont technically parse like that
we just look for known emojis
Number of emojis increasing exponentially 
not anymore

elon killed twemoji theres no more good live up to date emoji sets
i dont know if any have u15
we'll never get :moose: or :donkey:
or :peapod: back
@polar magnet nvm your right oh god
u15.1
will have a modifier
that doubles every single emoji
to make it face the other way
Stealing BTTV’s features smh
Emojis are WAY past their intended purpose at this point
There have been some good additions 🫵
But most are just bloat
yeah i'll probably filter out all the skin tone modifiers
it multiplies the emoji count by 5
and i dont i ever see people unironically using skintone modifiers
like just be a normal person and use the default yellow one


wdym killed it
he fired every single person that was maintaining twemoji
there's no longer anyone with any direction on the project
time for us to step in
and also wont release the version 15
it was finished around october, but never released and likely wont ever be
they also shutdown the cdn that was hosting the files for sites to use
well, someone could still fork it and do unofficial updates for the 3rd party things like us, right?
I was out for 2 weeks so im kinda confused 
I'm I supposed to be able to use the paint and the personal emotes without sub?
the paint yes, not sure about emotes
looks like sub only
you are still a sub tho wdym?

oh your not
@daring gale
wird
uh might be cached? ask if other users see your personal emote
no, my non sub friends have it baldman
just saw i still have the tag here, but i'm not a sub for now
well they also have the role in discord and not on site
not sure how it would be related though but it could be
/shoutout [username] is kinda broken
it works but for some reason is showing me and only me some old messages I sent
Like if i sent it but it only shows to me
Idk if it shows to anyone else with the Beta 7, didn't test
happens when i delete any message too
seems to be something related to the logs?

when will grey messages get fixed
grey messages are working as intended. Anatole explains here. #1068349967246311564 message
the real question: When will Twitch stop dropping messages? 
shadow banned on twitch 
They certainly aren't working correctly as messages that stayed greyed out on my chat appeared on the streamers chat overlay.
There are certain periods of time where all messages stay greyed out until I refresh a few times
All messages go through whether or not they are greyed out in my chat. Tested using a second account in my own channels chat
Further proof that the greyed out message thing is indeed bugged
I knew messages being dropped was certainly possible, but not nearly to the extent that the 7tv beta has made it seem
@daring gale
decent idea
👇
wat
when dragging your own message with the mod slider additional options could be added, drag a little bit to delete your own message, drag more to make an annoucement with the message, and more to pin it
thoughts? 
maybe but i think i'll just make a right click menu
feels like it would be more convenient
idk if people use the slider much
i think people like the slider mainly for the random timeout values but
i doubt more options would be very useful
any further message actions could make more sense in a right-click context menu
I'm definitely a mod icons or right click person as well. tho banning people by dragging them out of the chat is extremely satisfying 
ios mail app type beat
the tab-complete emote preview stays showing after Ctrl+A Ctrl-Del, until there's a new input, Ctrl+Del alone works fine
well i retried and its random, not because Ctrl A 
This is known
You can reproduce it a lot by tabbing back and forth really fast and then deleting the text

i have suggestion for extension v3
the ability to switch between streamer chats
and stay in the same window
so basically watch one stream but be able to chat in another streamers chat
chat hopper’s paradise
have saved chat tabs for streamers and stuff like that
I joked about Anatole recreating chatterino
He has the chat functional
I guess he could copy the rest of it too 
It would be poggers
Like actually
And not the ironic fortnite poggers either
Yes
The memory management if you have multiple tabs open could be tricky
But I’m sure not insurmountable
gotta be better than having multiple twitch tabs open
i’m sure the engineers in here could figure it out
Well yeah but I meant if you also then opened their stream
Ideally it would share the chat memory or whatever
But that sounds like a security risk that Chrome wouldn’t allow
Disclaimer: not a programmer
pausechamp.......

how the hell do i check what the memory leak is from
it's from twitch
for sure
oh jesus fucking christ what the fuck
omegalul
yeah extension lags my shit like crazy after a few minutes
thats fixed in beta 17, it was due to the max chat lines config sometimes being null
so it never deleted old chat lines

i am being possessed
fixed 
hmm
@shell schooner would you say it looks better like this without an outline between
vs
or alternatively
i think not having the outline at all makes it look better
it also removes the line if you're pointing at a twitch emote that doesn't have any extra context
which previously looked ugly af
(i also added some padding because some square emotes made me mald at pixels)
too much namming going on
there's never enough namming
very true
fake designer
yeah I agree with bubu
theres no reason to change this now
it looks perfectly fine
wtf do you mean it looks perfectly fine
asfosdklgopwelgkpdflhprephfgdpofh
i DID NOT add the outlines
but you commited this
I’m looking at blurry stretched pics on my phone
Would have to test it live
Oh you mean the line separator
yes
deadass
I was looking at the card outline
make it seem
like thats what you were talking about
but also
I think it looks fine
nah look
there's literally no reason for it to be there
and it hurts my eyes
boom
I mean yeah it’s not really that useful
I don’t think it would matter much if we removed it
ok thank you i'm getting rid of it immediately
complaining about things that are displayed as pixels?
is that gap intentionally smaller compared to native? 
isn't that why this setting is for?
the chat looks the same if i change these settings
I always assumed it was
More space for chat
Although that’s not necessarily desirable for pastas that rely on consistent line wrapping
Anatole is aware of this: https://discord.com/channels/817075418054000661/1090883945522008136
Can we get Youtube support re-enabled how it was a few days ago? Sure @mentions and links were broken in chat but at least the emotes worked 

pixel complainers
We ignore that one.
How often will this happen ?
fwiw does the contributor badge not imply contributor role? someone saw the contributor badge in the chat and was suspecting me of somehow exploiting 7tv to get the badge without role on the website 
but others who also got the contributor badge recently don't have it either so 
nah the roles are cosmetic
The roles imply the badges
At least they used to
And at least for discord syncing
should probably fix this for consistency
Yeah
you guys dont understand
EVERYTHING
about the cosmetics system is manual
manual db modification by anatole

even badge drops for subs
If only this weren't a joke 
naaaah
"joke"
ever wonder why it takes seemingly arbitrary amounts of time for badges to be handed out?
120% to the next badge 
why not automate
cause Anatole doesn’t have enough work
I screwed it up. I meant to say "if only this were a joke"
I was sleep deprived
custom icon color

@void junco
i didnt mean this as a feature
i thought this was just a bug
cause the icon color changes with the color of the message for some reason
it's cool though
should test what it does with other message colors
bug = feature
but I kinda liked that so I implemented it 
it is a bug
its just because the currentColor prop cascades through to the svg elements
since the icons don't have their color set properly, they just inherit it
that pr is bad though
we should not use v-bind
its very fucky
causes extreme performance issues
(god knows why)
okay i guess it could be passed inline then
it should probably be done the same way the rest of the chat styling settings are done
i left a review
alright
@shell schooner https://gyazo.com/36fb0896a22fc70faa0563e29d4a92dc 
nice
i think y'all are missing some cheer emotes
CHEER_REGEX: str = r"(?i)(cheer(?:whal)?|doodlecheer|biblethump|corgo|uni|showlove|party|seemsgood|pride|kappa|frankerz|heyguys|dansgame|elegiggle|trihard|kreygasm|4head|swiftrage|notlikethis|vohiyo|pjsalt|mrdestructoid|bday|ripcheer|shamrock|streamlabs|bitboss|muxy|anon)\d*"
those are all the ones i have, "streamlabs" "bitboss" "muxy" and "doodlecheer" are all not shown on the bit menu, idk if this is a problem with the extension or twitch
what on earth is a doodlecheer?
docWTF
that is amazing
that is far superior to all the normandy cheers
and the most surprising thing is that it still works
at least it did work when I used it in paja's chat a couple years ago
just replace the id of the normal cheer with "DoodleCheer"
i.e. DoodleCheer100
i use it all the time its my fav
yes it still works
deploying a large refactor to nightly, might break 🙂
@daring gale counter ping
Not big enough
that's what she s-
in 2023
wtf when did 7tv go on kick
a while back
alright 
couple days ago if we're talking on stable
its a quiet release though im not including it in non-nightly changelogs for now
letting it cook a little
so its normal that a new 7tv account is created when linking to kick?
not supposed to happen #help-old message
hii

Hello, I was wondering, what if I buy a 7TV subscription and turn it off after a month, will the 7TV badges remain or will it be taken away until I buy the next month?
They don't get "taken away", but you won't be able to use them while you're not subscribed
hi @daring gale
good morning.
aside the option of downloading Xtra-kick , it has the problem of delay and sometimes chat messages can't be as intuitive as regular mobile ui
so this is a method to enable 7tv for kick on mobile through Firefox
So at first you have to install Firefox nightly from Google play store
Then once you set up the basics of the app , go to settings tab and scroll down till you see about section.
Then once the Firefox nightly logo pops up, spam click that logo until it says debug menu enabled
Then you will see add on collection enabled . And install add on via file options under add ons section
Now in your Firefox go to 7tv. app website then download the nightly 7tv version . this will download a .xpi extension
now head to install add on via file option . then after that you click on it and find the file with .xpi extension for 7tv . after you installed and clicked on add , you can go to kick.com , sign in , then after completion . click on the 3 dots and click on add ons and click on 7tv nightly , set up the basics of the 7tv extension , then refresh the kick.com website , now let's say we go to xqc chat room , we can see that 7tv perfectly works for mobile ui ,
keep in mind I tried this in kiwi browser but ended up crashing .......
so Firefox is the best for this . I'm switching to Firefox for this.....
new copypasta

bro what
firefox better
the thing is i didn't even ask i don't know why he pinged me 
No
Last 
An open-source, free third party emote extension for Twitch with support for wide animated emotes & more
try again?
kk it crashes still, OOM
panic
the app crashes entirely
gonna see if increasing memory limit solves it
@proven hatch can you send me the file that's causing the panic?
my username is auror6s 
access granted and what in the fuck is this
my panels are a little too dank
do what u want this is stage
it's completely isolated
doesn't affect the live service in any way

so it seems larger files are causing a panic in general
im trying to figure out the cause of that
prob because the app crashed in between
from auro's upload
yea u can see why we needed a staging environment before pushing this to live 
7tv incident of 6/23
but the quality is so much better for the emotes that do go through it's unreal
The good news is that i'm now able to reproduce this issue locally so pinpointing it just became a hundred times faster
forsenL looks a lot more crisp on staging 
how...








chillz







