mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Moderators can edit posts that are queued before they approve/reject
This commit is contained in:
@ -104,7 +104,7 @@ export default function() {
|
||||
|
||||
this.get('/queued_posts', function() {
|
||||
return response({
|
||||
queued_posts: [{id: 1}]
|
||||
queued_posts: [{id: 1, raw: 'queued post text'}]
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user