1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 17:29:26 -05:00
This commit is contained in:
syuilo 2023-09-21 19:39:42 +09:00
parent e3f151e230
commit 03b5acf17f

View file

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