mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Queued posts were not being removed from the stream
This commit is contained in:
parent
a3dcd06a93
commit
3abf5ebb66
@ -280,6 +280,7 @@ export default Ember.Controller.extend({
|
|||||||
self.send('postWasEnqueued', result.responseJson);
|
self.send('postWasEnqueued', result.responseJson);
|
||||||
self.destroyDraft();
|
self.destroyDraft();
|
||||||
self.close();
|
self.close();
|
||||||
|
self.appEvents.trigger('post-stream:refresh');
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user