Remove the `$type` parameter from the `IgnoredBy` methods in UserProfile
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 18 Mar 2021 13:22:16 +0000 (14:22 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 22 Apr 2021 10:03:46 +0000 (12:03 +0200)
commit3e7217bcb3c5ae7b1a2e2887ba8dfd0e8c975db5
tree118dfda51d36b2ac65c25803d4a82dc1c721806d
parent1bb574b97de84e609af868c4d70ae6e4dbfed090
Remove the `$type` parameter from the `IgnoredBy` methods in UserProfile

The type of ignore is not relevant when checking whether one is ignored by
another user. In fact it might leak information that the ignoror might not want
to share with the ignoree.
com.woltlab.wcf/templates/userInformationButtons.tpl
wcfsetup/install/files/lib/data/user/UserProfile.class.php