Merge branch 'develop' into cache-user-info

This commit is contained in:
syuilo 2022-03-21 05:33:14 +09:00
commit 7741522bb6

View File

@ -4,7 +4,7 @@ import { fetchMeta } from '@/misc/fetch-meta.js';
import { Users, Notes } from '@/models/index.js';
import { MoreThan } from 'typeorm';
import { MAX_NOTE_TEXT_LENGTH } from '@/const.js';
import { Cache } from '@/misc/cache';
import { Cache } from '@/misc/cache.js';
const router = new Router();