Solved Can't follow users who are in an email bounced state, but can ignore them

This topic has been solved
X

Xon

Guest
XF\Entity\User::canFollowUser doesn't check the same state list as XF\Entity\User::canIgnoreUser.

Ideally there should be a 'this is a usable account state' check in a single place instead of manually putting together these lists.

Continue reading...