fix: drive content not being loaded
This commit is contained in:
parent
2528508cff
commit
4f58b8de20
7 changed files with 13 additions and 35 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue