Revert "add helper method to add ephemeral messages; also switch 'delete mess…"

Этот коммит содержится в:
Christopher Speller
2015-12-10 08:32:30 -05:00
родитель 47c3ff91a3
Коммит e80129a0e9
5 изменённых файлов: 49 добавлений и 104 удалений

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

@@ -179,7 +179,7 @@ export default class Post extends React.Component {
}
let profilePic = null;
if (!this.props.hideProfilePic && post.user_id !== '0') {
if (!this.props.hideProfilePic) {
let src = '/api/v1/users/' + post.user_id + '/image?time=' + timestamp + '&' + utils.getSessionIndex();
if (post.props && post.props.from_webhook && global.window.mm_config.EnablePostIconOverride === 'true') {
if (post.props.override_icon_url) {