pinafore/src/routes/_utils/emojiRegex.js
Nolan Lawson 58844052c9
fix: update url regex to match latest mastodon (#1026)
also make all the regexes use the thunk pattern consistently
2019-02-19 23:34:06 -08:00

5 lines
129 B
JavaScript

import emojiRegex from 'emoji-regex/es2015/text'
import { thunk } from './thunk'
export const getEmojiRegex = thunk(emojiRegex)