Create back-end status tracking #177
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#177
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add RAM-backed map of current status of each user.
Each entry in the map should be keyed by username, and contain an array of all connectedUser objects across all channels.
Item should be unset once all connected users have been disconnected.
This should both improve performance, and also enable features like visible status on profile pages.
added #176 as parent issue
changed the description
Created back-end status tracking map of connectedUser objects:
6222535c47