dismiss deleted message in RHS (#6914)

Этот коммит содержится в:
Saturnino Abril
2017-07-13 01:31:09 +09:00
коммит произвёл GitHub
родитель 6a056a0042
Коммит b1322746d2
4 изменённых файлов: 19 добавлений и 12 удалений

Просмотреть файл

@@ -332,13 +332,6 @@ export function emitPreferencesDeletedEvent(preferences) {
});
}
export function emitRemovePost(post) {
AppDispatcher.handleViewAction({
type: Constants.ActionTypes.REMOVE_POST,
post
});
}
export function sendEphemeralPost(message, channelId) {
const timestamp = Utils.getTimestamp();
const post = {