mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Users can see their pending posts
This commit is contained in:
@ -101,6 +101,8 @@ export default function() {
|
||||
|
||||
this.delete('/draft.json', success);
|
||||
|
||||
this.get('/users/:username/staff-info.json', () => response({}));
|
||||
|
||||
this.get('/draft.json', function() {
|
||||
return response({});
|
||||
});
|
||||
|
Reference in New Issue
Block a user