1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 12:39:26 -05:00
This commit is contained in:
syuilo 2024-05-31 13:28:11 +09:00
parent 0082747237
commit eaa85f5aa3
2 changed files with 3 additions and 0 deletions
packages
backend/test/e2e
misskey-js/src/autogen

View file

@ -157,6 +157,7 @@ describe('アンテナ', () => {
withReplies: false,
excludeBots: false,
localOnly: false,
notify: false,
};
assert.deepStrictEqual(response, expected);
});

View file

@ -4449,6 +4449,8 @@ export type components = {
isActive: boolean;
/** @default false */
hasUnreadNote: boolean;
/** @default false */
notify: boolean;
};
Clip: {
/**