FIX: Queued posts were not being removed from the stream

This commit is contained in:
Robin Ward 2016-02-12 14:21:20 -05:00
parent a3dcd06a93
commit 3abf5ebb66
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}