On vector.im (NOT BETA) I stopped receiving new messages. This appeared in the console:
bundle.js:3 Uncaught TypeError: Cannot read property 'size' of undefined
A quick grep through JS-SDK did not turn up any properties called size. React SDK (develop: e158eec):
src/ContentMessages.js:55: size: file.size,
src/controllers/molecules/MFileTile.js:33: if (content.info.size) {
src/controllers/molecules/MFileTile.js:34: additionals.push(filesize(content.info.size));
src/controllers/organisms/RoomView.js:289: totalBytes: file.size
And vector itself (master: 61f951a ):
src/skins/vector/views/molecules/MImageTile.js:86: Download {content.body} ({ filesize(content.info.size) })
On vector.im (NOT BETA) I stopped receiving new messages. This appeared in the console:
A quick grep through JS-SDK did not turn up any properties called
size. React SDK (develop: e158eec):And vector itself (master: 61f951a ):