1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 06:40:54 +00:00
* Fixed: Bug causing link previews to fail to load correctly.
This commit is contained in:
SirStendec 2023-10-12 14:06:40 -04:00
parent 5b65f6b735
commit 60e4edf7c2
4 changed files with 11 additions and 9 deletions

View file

@ -132,7 +132,7 @@ export default class Chat extends Module {
});*/
this.settings.add('debug.link-resolver.source', {
process(ctx, val) {
process: (ctx, val) => {
if ( val == null ) {
const exp = this.experiments.getAssignment('api_links');
if ( exp === 'cf' )