CONFIG.bypassImgProxyError to load directly from origin

This commit is contained in:
Martti Malmi
2023-11-28 14:20:35 +02:00
parent 07e2c15f54
commit 95aa6f78bb
12 changed files with 93 additions and 88 deletions

View File

@ -7,8 +7,8 @@ import { dedupeByPubkey, findTag } from "@/SnortUtils";
import useTimelineFeed, { TimelineFeed, TimelineSubject } from "@/Feed/TimelineFeed";
import useModeration from "@/Hooks/useModeration";
import { LiveStreams } from "@/Element/LiveStreams";
import { TimelineRenderer } from "./TimelineFragment";
import { unixNow } from "@snort/shared";
import { TimelineRenderer } from "@/Element/Feed/TimelineRenderer";
export interface TimelineProps {
postsOnly: boolean;