Allow moderators to see moderation notes
This commit is contained in:
parent
c2cc4534d5
commit
296b528657
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export default define(meta, paramDef, async (ps, me) => {
|
|||
isModerator: user.isModerator,
|
||||
isSilenced: user.isSilenced,
|
||||
isSuspended: user.isSuspended,
|
||||
moderationNote: profile.moderationNote,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue