I am a drupal developer and I have been developing drupal modules for 3 years. I been looking for a long time module who give me a opportunity render a view field with user status and i have never found so I wrote that kind of module.
Module provides View field to views and Pseudo field to display user online status
This module provide a status based on strategy pattern and default display three different strategy:
if user is online then display: online status
if user is offline then display: offline status
if user is only absent then display: absent status
You can easily add new own strategy created a new php class
All functionality is based on oop pattern so you can easily use that code somewhere in your module.
https://www.drupal.org/project/user_status_online →
git clone --branch 8.x-1.x https://git.drupalcode.org/project/user_status_online.git
https://pareview.sh/pareview/https-git.drupal.org-project-user_status_on...
Fixed
module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.