09-07-2017, 10:48 PM
Thoughts on making the fetchMessageUsers function only for active users (permissions==1 in users db)?
My main reason for this is what is the point of emailing a banned user. So we have two options:
-Remove them from the user lists in this function
-Make msg_notification = 0 when permission = 0, vice versa if unblocking the user (or we can not do this part)
Let me know
My main reason for this is what is the point of emailing a banned user. So we have two options:
-Remove them from the user lists in this function
-Make msg_notification = 0 when permission = 0, vice versa if unblocking the user (or we can not do this part)
Let me know