J. Ryan Stinnett
|
ae0a8b8da4
|
Auto-fix lint errors
|
2021-06-29 13:11:58 +01:00 |
|
Michael Telatynski
|
3223b00028
|
Jump to home page when leaving a room
so that you don't get thrown into a room you may be ignoring on purpose
|
2020-12-03 11:15:55 +00:00 |
|
Travis Ralston
|
91b1c8b817
|
Fix DM logic to always pick a more reliable DM room
Fixes https://github.com/vector-im/element-web/issues/15605
|
2020-11-16 15:07:09 -07:00 |
|
Travis Ralston
|
42988d373b
|
Remove debugging
|
2020-08-19 19:42:58 -06:00 |
|
Travis Ralston
|
8fffce8a30
|
Appease the linter
|
2020-08-19 19:42:36 -06:00 |
|
Travis Ralston
|
309c32700b
|
Remove unused success state
|
2020-08-19 19:23:27 -06:00 |
|
Travis Ralston
|
e0b8343088
|
Run all room leaving behaviour through a single function
Fixes https://github.com/vector-im/element-web/issues/14999
Fixes https://github.com/vector-im/element-web/issues/10380
We were failing to handle errors when `/part`ing a room, though the leave room button was fine. This runs both the button and command through the same function for handling, including the 'view next room' behaviour.
|
2020-08-19 19:21:40 -06:00 |
|
J. Ryan Stinnett
|
ce226ab534
|
Replace Riot with Element in docs and comments
This only covers the simple cases of references to issues and repos. More
complex areas, such as deployment scripts, will be handled separately.
Part of https://github.com/vector-im/element-web/issues/14864
|
2020-08-03 18:33:36 +01:00 |
|
Travis Ralston
|
4a8a59c578
|
Make EffectiveMembership utils generic
Fixes https://github.com/vector-im/riot-web/issues/14460
Just have to move them to utils.
|
2020-07-13 20:29:46 -06:00 |
|