mobbr / mobbr-frontend

The angularjs based frontend app for Mobbr
https://mobbr.com
1 stars 0 forks source link

Privacy/Notification settings don't get saved #293

Open Diapolo opened 9 years ago

Diapolo commented 9 years ago

I tried to set (activate) several privacy settings (tried a few times). For the current session they seem to get saved, but after a new login they are all disabled!? The same is also true for the notification settings, everything I set is unset after a new login.

handijk commented 9 years ago

I think the settings are saved on the server but the localstorage will save some user data which might get returned instead of the updated data from the server. I will try to reproduce.