fixup! server: properly expire public key cache

This commit is contained in:
Johann150 2024-03-26 20:53:38 +01:00
parent 624157f03e
commit f285281b5a
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { IsNull } from 'typeorm';
import { ILocalUser, User } from '@/models/entities/user.js';
import { Users } from '@/models/index.js';
import { Users, UserPublickeys } from '@/models/index.js';
import { Cache } from '@/misc/cache.js';
import { subscriber } from '@/db/redis.js';
import { MINUTE } from '@/const.js';