mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 23:30:53 +00:00
4.0.0-rc12.10
* Fixed: Chat Width not applying correctly on pages like Videos on the old channel layout. * Changed: Implement an IntersectionObserver into the emote menu in an attempt to get the menu rendering faster when there are an incredible number of emote sets. * Changed: Roll out the new API experiment to 25%. (This is still pulling data from the old server, and merely serves to test the performance of the new server stack.)
This commit is contained in:
parent
6518c8e7a4
commit
1c19fe2282
6 changed files with 136 additions and 8 deletions
|
@ -189,7 +189,7 @@ export default class Room {
|
|||
|
||||
if ( this.manager.experiments.getAssignment('api_load') )
|
||||
try {
|
||||
fetch(`${NEW_API}/v1/rooms/${this.id ? `id/${this.id}` : this.login}`).catch(() => {});
|
||||
fetch(`${NEW_API}/v1/room/${this.id ? `id/${this.id}` : this.login}`).catch(() => {});
|
||||
} catch(err) { /* do nothing */ }
|
||||
|
||||
let response, data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue