tace / jolla2gether

Client app for accessing together.jolla.com site. Implemented with QML for Sailfish.
7 stars 2 forks source link

Avatar fix #7

Closed keto closed 9 years ago

keto commented 9 years ago

The new avatar_url attribute in user API has been deployed in production, and this corrects the references in the client.

I also changed all hardcoded TJC URLs to use the siteBaseUrl property, so that is easier to test the client against server side changes before pushing them into production.

tace commented 9 years ago

Thanks a lot for making also code changes:)