mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 17:55:52 +02:00
fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as twemoji from 'twemoji-parser/dist/lib/regex.js';
|
||||
import twemoji from 'twemoji-parser/dist/lib/regex.js';
|
||||
const twemojiRegex = twemoji.default;
|
||||
|
||||
export const emojiRegex = new RegExp(`(${twemojiRegex.source})`);
|
||||
|
||||
Reference in New Issue
Block a user