don't track error messages .2

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-08-10 15:13:30 +01:00
parent 9c5ceb6775
commit 4c6836bc3f
No known key found for this signature in database
GPG key ID: 0435A1D4BBD34D64
4 changed files with 7 additions and 7 deletions

View file

@ -334,7 +334,7 @@ module.exports = React.createClass({
}
}, (e) => {
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
Modal.createTrackedDialog('Fetching third party location failed', e.toString(), ErrorDialog, {
Modal.createTrackedDialog('Fetching third party location failed', '', ErrorDialog, {
title: _t('Fetching third party location failed'),
description: _t('Unable to look up room ID from server'),
});