element-web/src/components
Travis Ralston 61cc6c8293 Correctly update the banned users list when a user is unbanned
Fixes https://github.com/vector-im/riot-web/issues/11123

Error wasn't actually the user being unbanned twice - it was a React error about "cannot call enqueueForceUpdate of undefined", which was a binding problem with onUnbanned. However, fixing that didn't do the intended thing - the user was still shown in the settings. We now just listen for membership and  fix it that way.
2019-10-11 12:56:48 +01:00
..
structures Merge pull request #3433 from matrix-org/t3chguy/nvl/react16/EventListSummary 2019-10-11 09:53:26 +01:00
views Correctly update the banned users list when a user is unbanned 2019-10-11 12:56:48 +01:00