Skip to content
Snippets Groups Projects
Commit 39d9c613 authored by syuilo's avatar syuilo
Browse files

fix

parent e314be5b
No related branches found
No related tags found
No related merge requests found
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})`);
......@@ -31,6 +31,8 @@ export const paramDef = {
required: [],
} as const;
// TODO: avatar,bannerをJOINしたいけどエラーになる
// eslint-disable-next-line import/no-default-export
export default define(meta, paramDef, async (ps, me) => {
const activeThreshold = new Date(Date.now() - (1000 * 60 * 60 * 24 * 30)); // 30日
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment