summaryrefslogtreecommitdiffstats
path: root/store/sql_status_store_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-4/+4
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-5/+6
| | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral
* PLT-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-211-0/+11
| | | | | | | | | | * Added @here mention that notifies online users * Fixed existing race condition that would sometime cause clients to miss mention count changes * Added missing localization strings * Prevent @here from mentioning the user who posted it
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-0/+83
* Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists