disable inline note previews from users with quotes disabled
This commit is contained in:
parent
f39f47aade
commit
3642ea022b
8 changed files with 21 additions and 11 deletions
|
|
@ -4350,6 +4350,8 @@ export type components = {
|
|||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
/** Format: date-time */
|
||||
updatedAt?: string;
|
||||
/** Format: date-time */
|
||||
deletedAt?: string | null;
|
||||
text: string | null;
|
||||
cw?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue