fix: default sensitive not letting users unmark files
This commit is contained in:
parent
ba17776b19
commit
65ac5fef46
8 changed files with 35 additions and 5 deletions
|
|
@ -3994,6 +3994,7 @@ export type components = {
|
|||
injectFeaturedNote: boolean;
|
||||
receiveAnnouncementEmail: boolean;
|
||||
alwaysMarkNsfw: boolean;
|
||||
defaultSensitive: boolean;
|
||||
autoSensitive: boolean;
|
||||
carefulBot: boolean;
|
||||
autoAcceptFollowed: boolean;
|
||||
|
|
@ -20545,6 +20546,7 @@ export type operations = {
|
|||
injectFeaturedNote?: boolean;
|
||||
receiveAnnouncementEmail?: boolean;
|
||||
alwaysMarkNsfw?: boolean;
|
||||
defaultSensitive?: boolean;
|
||||
autoSensitive?: boolean;
|
||||
/** @enum {string} */
|
||||
followingVisibility?: 'public' | 'followers' | 'private';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue