Webpack build for branch 11.3-dev: 7126cade45

This commit is contained in:
Travis CI 2018-08-09 18:57:37 +00:00
parent 5e15ae9ff8
commit 8d8205d610
2 changed files with 4 additions and 2 deletions

View file

@ -5959,7 +5959,9 @@ class RichEmbed {
url: this.url,
timestamp: this.timestamp ? new Date(this.timestamp) : null,
color: this.color,
fields: this.fields ? this.fields.map(field => ({ name: field.name, value: field.value })) : null,
fields: this.fields ?
this.fields.map(field => ({ name: field.name, value: field.value, inline: field.inline })) :
null,
thumbnail: this.thumbnail ? {
url: this.thumbnail.url,
} : null,

File diff suppressed because one or more lines are too long