don't track error messages .2
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9c5ceb6775
commit
4c6836bc3f
4 changed files with 7 additions and 7 deletions
|
@ -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'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue