mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 11:15:54 +02:00
API: blocking/create or deleteで完全なUser情報を返すように
This commit is contained in:
@@ -87,5 +87,7 @@ export default define(meta, async (ps, user) => {
|
||||
noteUserId: blockee.id
|
||||
});
|
||||
|
||||
return await Users.pack(blockee.id, user);
|
||||
return await Users.pack(blockee.id, user, {
|
||||
detail: true
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user