[chore] Little settings panel report view tweak (#4025)

This commit is contained in:
tobi 2025-04-19 13:36:35 +02:00 committed by GitHub
commit d308fd0d0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -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;