apex icon indicating copy to clipboard operation
apex copied to clipboard

use user.is_spam flag instead of virtual is_spammer attribute

Open aka47 opened this issue 3 years ago • 0 comments

In apex only a virtual is_spammer is used that relies on users..flags information. But we are mainly using the user.is_spam flag determines if a user is spam or not - in the mothership.

That did cause async states, where a user's comments were not shown because he had a spam flag. But the mothership send out a notification because user.is_spam was false. So lets use the same information in apex.

aka47 avatar Nov 16 '22 08:11 aka47