+0
−1
+41
−3
Loading
For each user retrieve e-mail and determine if he's a moderator. Removed the email_hash field from users table - a premature optimization, we can calculate it on the fly which should be fast enough as it's a simple md5, and it's only needed for displaying comments.