RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Compare profile ID instead of profile when displaying character card to people #515

Closed renbinden closed 3 years ago

renbinden commented 3 years ago

Currently the profile is compared when displaying a character card. If the character has an old version of the profile and a new one is fetched from the database then the equality check fails and displays the character card as if it is not your own. Therefore, the ownership check needs to use the profile ID when comparing profiles so that it works consistently.