Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/spacesperf
Conflicts: src/components/views/dialogs/InviteDialog.tsx
This commit is contained in:
commit
50b6c5c557
45 changed files with 902 additions and 276 deletions
|
@ -561,7 +561,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
switch (payload.action) {
|
||||
case 'MatrixActions.accountData':
|
||||
// XXX: This is a collection of several hacks to solve a minor problem. We want to
|
||||
// update our local state when the ID server changes, but don't want to put that in
|
||||
// update our local state when the identity server changes, but don't want to put that in
|
||||
// the js-sdk as we'd be then dictating how all consumers need to behave. However,
|
||||
// this component is already bloated and we probably don't want this tiny logic in
|
||||
// here, but there's no better place in the react-sdk for it. Additionally, we're
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue