summaryrefslogtreecommitdiff
path: root/web/source/settings/lib
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-19 13:36:35 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-19 13:36:35 +0200
commitd308fd0d0aa8779b0ed19a26b1825265205420ff (patch)
tree695883c4e1736d331535331206a9394d88073fba /web/source/settings/lib
parent[chore] Update robots.txt with latest ai bullshit (#4024) (diff)
downloadgotosocial-d308fd0d0aa8779b0ed19a26b1825265205420ff.tar.xz
[chore] Little settings panel report view tweak (#4025)v0.19.0-rc2
Diffstat (limited to 'web/source/settings/lib')
-rw-r--r--web/source/settings/lib/types/status.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/settings/lib/types/status.ts b/web/source/settings/lib/types/status.ts
index e46f4a6b7..1e8cc273e 100644
--- a/web/source/settings/lib/types/status.ts
+++ b/web/source/settings/lib/types/status.ts
@@ -23,6 +23,7 @@ import { CustomEmoji } from "./custom-emoji";
export interface Status {
id: string;
created_at: string;
+ edited_at: string | null;
in_reply_to_id: string | null;
in_reply_to_account_id: string | null;
sensitive: boolean;