Add more FIXME and explain better TODOS for migrations
This commit is contained in:
parent
b2d5c00a23
commit
414539f45e
10 changed files with 13 additions and 3 deletions
|
|
@ -256,6 +256,7 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
// Disallow the emoji for premium locked if the intention doesn't allow it
|
||||
// FIXME(Bundler change related): Remove old compatiblity once enough time has passed
|
||||
match: /(!)?(\i\.\i\.canUseEmojisEverywhere\(\i\))/,
|
||||
replace: (m, not) => not
|
||||
? `(${m}&&!${IS_BYPASSEABLE_INTENTION})`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue