mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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