diff options
| author | polwex <polwex@sortug.com> | 2025-11-19 05:47:30 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-19 05:47:30 +0700 |
| commit | 74d84cb2f22600b6246343e9ea606cf0db7517f0 (patch) | |
| tree | 0d68285c8e74e6543645e17ab2751d543c1ff9a6 /gui/src/types/trill.ts | |
| parent | e6e657be3a3b1dae426b46f3bc16f9a5cf4861c2 (diff) | |
Big GUI improvements on Nostr rendering and fetchingpolwex/iris
Diffstat (limited to 'gui/src/types/trill.ts')
| -rw-r--r-- | gui/src/types/trill.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
