This commit is contained in:
syuilo 2023-09-21 19:39:42 +09:00
parent e3f151e230
commit 03b5acf17f
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ describe('ユーザー', () => {
isBlocked: user.isBlocked ?? false,
isMuted: user.isMuted ?? false,
isRenoteMuted: user.isRenoteMuted ?? false,
notify: user.notify ?? 'none',
});
};