Move Reqmeister to a dedicated storage class

This commit is contained in:
Alex Gleason
2024-01-07 14:54:33 -06:00
parent 42dfe083bf
commit ae44c08a2a
4 changed files with 12 additions and 12 deletions

View File

@@ -6,9 +6,8 @@ import { findUser } from '@/db/users.ts';
import { Debug, type Event } from '@/deps.ts';
import { isEphemeralKind } from '@/kinds.ts';
import { isLocallyFollowed } from '@/queries.ts';
import { reqmeister } from '@/reqmeister.ts';
import { updateStats } from '@/stats.ts';
import { eventsDB, memorelay } from '@/storages.ts';
import { eventsDB, memorelay, reqmeister } from '@/storages.ts';
import { Sub } from '@/subs.ts';
import { getTagSet } from '@/tags.ts';
import { type EventData } from '@/types.ts';