bug: timeline posts only

This commit is contained in:
2023-03-29 14:08:45 +01:00
parent 96eefe6080
commit 8df44cd748
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { RawEvent } from "@snort/nostr";
import { db } from "Db";
import { dedupe } from "Util";
import FeedCache from "./FeedCache";
class DMCache extends FeedCache<RawEvent> {