Webpack build for branch master: 5b3e971c5c

This commit is contained in:
Travis CI 2017-04-22 14:56:13 +00:00
parent 366e7a288b
commit 7d839d5951
2 changed files with 2 additions and 2 deletions

View file

@ -5776,7 +5776,7 @@ class Message {
const clone = Util.cloneObject(this);
this._edits.unshift(clone);
this.editedTimestamp = data.edited_timestamp;
this.editedTimestamp = new Date(data.edited_timestamp).getTime();
if ('content' in data) this.content = data.content;
if ('pinned' in data) this.pinned = data.pinned;
if ('tts' in data) this.tts = data.tts;

File diff suppressed because one or more lines are too long