mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:01:26 +08:00
DEV: Remove decorateCookedElement id parameters (#23544)
These are no longer required per https://github.com/discourse/discourse/pull/23543
This commit is contained in:
@ -33,7 +33,7 @@ function initLazyEmbed(api) {
|
||||
}
|
||||
});
|
||||
},
|
||||
{ onlyStream: true, id: "discourse-lazy-videos" }
|
||||
{ onlyStream: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user