mirror of
https://github.com/versia-pub/api.git
synced 2026-03-12 20:09:14 +01:00
fix(client): 🐛 Fix missing quotes
This commit is contained in:
parent
92a1d82c8b
commit
028915f6c6
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ export type Status = {
|
|||
language: string | null;
|
||||
pinned: boolean | null;
|
||||
emoji_reactions: Array<Reaction>;
|
||||
quote: boolean;
|
||||
quote: Status | null;
|
||||
bookmarked: boolean;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue