Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add a useful todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Niemczyk committed Nov 10, 2021
1 parent a28a853 commit 5b9b2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/room_settings/AliasSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default class AliasSettings extends React.Component<IProps, IState> {
});
})
.catch((err) => {
// TODO: Add error handling based upon server validation
logger.error(err);
Modal.createTrackedDialog('Error updating alternative addresses', '', ErrorDialog, {
title: _t("Error updating main address"),
Expand Down

0 comments on commit 5b9b2dc

Please sign in to comment.