From 74d84cb2f22600b6246343e9ea606cf0db7517f0 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 19 Nov 2025 05:47:30 +0700 Subject: Big GUI improvements on Nostr rendering and fetching --- gui/src/types/trill.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/src/types/trill.ts') diff --git a/gui/src/types/trill.ts b/gui/src/types/trill.ts index a2fccc2..6d67b66 100644 --- a/gui/src/types/trill.ts +++ b/gui/src/types/trill.ts @@ -45,6 +45,7 @@ export type Poast = { contents: Content; id: string; time: number; // not in the backend + hash: string; children: ID[]; engagement: Engagement; tlonRumor?: boolean; -- cgit v1.2.3