disable inline note previews from users with quotes disabled

This commit is contained in:
Hazelnoot 2025-02-20 21:34:09 -05:00
parent f39f47aade
commit 3642ea022b
8 changed files with 21 additions and 11 deletions

View file

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