You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently matches do not accept stream keys in the form of twitch_en_1.
Additionally in Module:Countdown the lines 36-49 are redundant, they do nothing except increase runtime (it processes new keys but pushes them with the same key again into the args table so factually no change accomplished).
And on discord there was the question about allowing >1 stream per platform in match countdowns.
For this we might want to adjust Module:Links/Stream and Module:Countdown as well as MediaWiki:Common.js/Countdown.js
using template countdown on secret commons including js change there (copied the necessary modules over fom normal commons): https://secret.liquipedia.net/commons/User:Hjpalpha
mind the broken logos are because secret commons is "slightly outdated" and are unrelated to my suggested changes
still to be discussed:
runtime???
is it wanted?
The text was updated successfully, but these errors were encountered:
Currently matches do not accept stream keys in the form of
twitch_en_1
.Additionally in
Module:Countdown
the lines 36-49 are redundant, they do nothing except increase runtime (it processes new keys but pushes them with the same key again into the args table so factually no change accomplished).And on discord there was the question about allowing >1 stream per platform in match countdowns.
For this we might want to adjust
Module:Links/Stream
andModule:Countdown
as well asMediaWiki:Common.js/Countdown.js
We could do something like:
tests:
mind the broken logos are because secret commons is "slightly outdated" and are unrelated to my suggested changes
still to be discussed:
The text was updated successfully, but these errors were encountered: