d90be7a0d4
Merge pull request 'Add better .gitignore' (#17) from fix/gitignore into princess
79aa423ebb
Merge branch 'princess' into fix/gitignore
6499cd4ff6
add better .gitignore
Just created empty room throws error on rooms and directs loading
If you see the events in the timeline, they're passed as timeline events, not state events. Probably nothing to worry about.
Just created empty room throws error on rooms and directs loading
Just created empty room throws error on rooms and directs loading
Maybe fixed in e18c8c77aef6a5ac36b2a9c22daa8f3fb8efb7cb? Please try, you can use https://carbon.chat to find out.
Sending empty messages
How do you think we should check for if a message is empty? If body.trim().length
is 0
?
Refactor homeserver lookup code
Why chain a promise catch here? I don't have a problem with promise chaining, it's just weird considering that we used the try/catch syntax 3 lines up. IMO they should be made consistent?
dce4fa6303
Merge branch 'princess' into refactor-homeserver-lookup
3f1850538d
Merge branch 'princess' into refactor-homeserver-lookup
3f1850538d
Merge branch 'princess' into refactor-homeserver-lookup
9e71336c5b
Update initial login redirect
Incorrect redirect on succesful login
Incorrect redirect on succesful login
Not entirely fixed - we need to ensure that we go to /login/
(with trailing slash) here: https://gitdab.com/cadence/Carbon/src/branch/princess/src/js/main.js#L8
Incorrect redirect on succesful login