cinderblocks / radegast

Lightweight client for connecting to Second Life and OpenSim based virtual worlds
http://radegast.life/
GNU Lesser General Public License v3.0
65 stars 24 forks source link

Fix interests tab overwriting our own interests whenever we view profiles #13

Closed nooperation closed 2 years ago

nooperation commented 2 years ago

Fixes the issue where Radegast will overwrite our interests whenever we open the interests tab of another user. interestsUpdated is being called whenever any of the controls on the interest tab is changed, which happens whenever we open the tab for any user, causing radegast to update our interests whenever we view another user's profile.

See: https://radegast.life/bugs/radegast-is-changing-the-contents-of-my-profile-interests-tab/#comment-223878

cinderblocks commented 2 years ago

Thank you!