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.destroyDraft();
|
||||
self.close();
|
||||
self.appEvents.trigger('post-stream:refresh');
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue