fix proxyURL (#783)

This commit is contained in:
comp500
2016-10-10 03:44:38 +01:00
committed by Schuyler Cebulskie
parent 53f5c2cb52
commit f292e7002f

View File

@@ -48,7 +48,7 @@ class MessageAttachment {
* The Proxy URL to this attachment * The Proxy URL to this attachment
* @type {string} * @type {string}
*/ */
this.proxyURL = data.url; this.proxyURL = data.proxy_url;
/** /**
* The height of this attachment (if an image) * The height of this attachment (if an image)