DEV: Remove decorateCookedElement id parameters (#23544)

These are no longer required per https://github.com/discourse/discourse/pull/23543
This commit is contained in:
David Taylor
2023-09-12 16:32:04 +01:00
committed by GitHub
parent e0d8dae0b3
commit c3061d580c
14 changed files with 126 additions and 177 deletions

View File

@ -33,7 +33,7 @@ function initLazyEmbed(api) {
}
});
},
{ onlyStream: true, id: "discourse-lazy-videos" }
{ onlyStream: true }
);
}