Webpack build for branch 11.4-dev: 616e0dd398

This commit is contained in:
Travis CI 2018-08-15 07:22:38 +00:00
parent ac906a5c8a
commit 329f2defb0
2 changed files with 2 additions and 2 deletions

View file

@ -6778,7 +6778,7 @@ class Message {
const clone = Util.cloneObject(this);
this._edits.unshift(clone);
if ('editedTimestamp' in data) this.editedTimestamp = new Date(data.edited_timestamp).getTime();
if ('edited_timestamp' in data) 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