fix: drive content not being loaded

This commit is contained in:
Marie 2024-11-03 03:39:19 +01:00
parent 2528508cff
commit 4f58b8de20
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
7 changed files with 13 additions and 35 deletions

View file

@ -24475,8 +24475,6 @@ export type operations = {
*/
reactionAcceptance?: null | 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote';
/** @default false */
disableRightClick?: boolean;
/** @default false */
noExtractMentions?: boolean;
/** @default false */
noExtractHashtags?: boolean;
@ -24495,12 +24493,6 @@ export type operations = {
expiresAt?: number | null;
expiredAfter?: number | null;
}) | null;
event?: ({
title?: string;
start?: number;
end?: number | null;
metadata?: Record<string, never>;
}) | null;
scheduleNote: {
scheduledAt?: number;
};