mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 11:03:01 -06:00
[chore] Little settings panel report view tweak (#4025)
This commit is contained in:
parent
2863561c89
commit
d308fd0d0a
4 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue