mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added note CRUD to backend
This commit is contained in:
@ -35,6 +35,10 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
|
||||
changePostRelations: 'changePostRelations',
|
||||
changePostFlags: 'changePostFlags',
|
||||
|
||||
addPostNotes: 'addPostNotes',
|
||||
editPostNotes: 'editPostNotes',
|
||||
deletePostNotes: 'deletePostNotes',
|
||||
|
||||
listComments: 'listComments',
|
||||
addComments: 'addComments',
|
||||
editOwnComments: 'editOwnComments',
|
||||
|
Reference in New Issue
Block a user