Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Nov 16, 2024
1 parent 92bec1d commit ceee263
Show file tree
Hide file tree
Showing 3 changed files with 2,221 additions and 2,328 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"nested-property": "4.0.0",
"node-fetch": "3.3.2",
"nodemailer": "6.9.16",
"nsfwjs": "4.2.1",
"nsfwjs": "3.0",
"oauth": "0.10.0",
"oauth2orize": "1.12.0",
"oauth2orize-pkce": "0.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/types/post-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export interface PostFormProps {
initialVisibleUsers?: Misskey.entities.UserDetailed[];
initialNote?: Misskey.entities.Note;
instant?: boolean;
updateMode?: boolean;
};
Loading

0 comments on commit ceee263

Please sign in to comment.