disable inline note previews from users with quotes disabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user