Refactor homeserver lookup code
91ac7a6b3e
Merge pull request 'Refactor homeserver lookup code' (#12) from refactor-homeserver-lookup into princess
aa12cd68e6
Clean up code
4382928a93
Merge branch 'princess' into refactor-homeserver-lookup
16de7edd19
Style fixes
0113024be6
Switch to using .catch(()=>{}) instead of try catch
4382928a93
Merge branch 'princess' into refactor-homeserver-lookup
2f5955b043
Be able to load past room state (no UI yet)
36f204624f
Refuse to send empty messages
e18c8c77ae
Fallback to room name "empty room"
Refactor homeserver lookup code
It was shorter. I actually wanted to write the code like it's written now but jshint errored on the optional chain. It's fixed now
0113024be6
Switch to using .catch(()=>{}) instead of try catch
1b97351ca0
Switch to using .catch(()=>{}) instead of try catch
Refactor homeserver lookup code