mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added comment API
This commit is contained in:
@ -33,6 +33,13 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
|
||||
changePostThumbnail: 'changePostThumbnail',
|
||||
changePostRelations: 'changePostRelations',
|
||||
|
||||
listComments: 'listComments',
|
||||
addComments: 'addComments',
|
||||
editOwnComments: 'editOwnComments',
|
||||
editAllComments: 'editAllComments',
|
||||
deleteOwnComments: 'deleteOwnComments',
|
||||
deleteAllComments: 'deleteAllComments',
|
||||
|
||||
listTags: 'listTags',
|
||||
|
||||
viewHistory: 'viewHistory',
|
||||
|
Reference in New Issue
Block a user