BNolet / RLC

GNU Affero General Public License v3.0
12 stars 12 forks source link

Active Inactivity Tracking #336

Open Stjerneklar opened 8 years ago

Stjerneklar commented 8 years ago

we now have a userlist that discerns between active and inactive users. this currently works simply by adding to a users message count if we see a message from them. if the user has messages, we say he is active.

obvious problem with this is that we could be looking at a message from a year ago and it will still mean that we consider the user active.