Changed deleted posts to be more general ephemeral posts

Этот коммит содержится в:
hmhealey
2016-02-01 15:22:44 -05:00
родитель b7d045844c
Коммит db13b7a3ca
6 изменённых файлов: 64 добавлений и 72 удалений

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

@@ -180,3 +180,10 @@ export function emitPreferenceChangedEvent(preference) {
preference
});
}
export function emitRemovePost(post) {
AppDispatcher.handleViewAction({
type: Constants.ActionTypes.REMOVE_POST,
post
});
}