mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-04 18:18:31 +00:00
4.0.0-rc12.13
* Fixed: Issue where settings context was not being set up correctly in pop-out chat. * Fixed: Chat Width setting on various channel sub-pages on the old layout. * Changed: Limit emote menu subscription benefit requests to 75 items per request due to issues with Twitch's GraphQL API periodically returning errors when requesting 100 items. * Changed: Set the API stress testing experiment to 100% roll-out.
This commit is contained in:
parent
20ade3e5a4
commit
0090e43316
6 changed files with 222 additions and 344 deletions
|
@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc12.12',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc12.13',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue