notes now fully implemented!
This commit is contained in:
@@ -106,6 +106,7 @@ export default function (app: App) {
|
||||
notes: notes.map(note => ({
|
||||
id: note.id,
|
||||
author: {
|
||||
role: user.role,
|
||||
id: note.user.id,
|
||||
name: note.user.name
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user