mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 06:40:54 +00:00
4.55.3
* Fixed: Bug causing link previews to fail to load correctly.
This commit is contained in:
parent
5b65f6b735
commit
60e4edf7c2
4 changed files with 11 additions and 9 deletions
|
@ -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' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue