mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added basic post editing
This commit is contained in:
@ -25,6 +25,11 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
|
||||
uploadPostsAnonymously: 'uploadPostsAnonymously',
|
||||
deletePosts: 'deletePosts',
|
||||
featurePosts: 'featurePosts',
|
||||
changePostSafety: 'changePostSafety',
|
||||
changePostSource: 'changePostSource',
|
||||
changePostTags: 'changePostTags',
|
||||
changePostContent: 'changePostContent',
|
||||
changePostThumbnail: 'changePostThumbnail',
|
||||
|
||||
listTags: 'listTags',
|
||||
};
|
||||
|
Reference in New Issue
Block a user