summaryrefslogtreecommitdiffstats
path: root/api/status_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Added a short wait to TestSetActiveChannel to stop randomly failing tests ↵Harrison Healey2016-09-291-0/+2
| | | | | | | | (#4115) * Added a short wait to TestSetActiveChannel to stop randomly failing tests * Increased the timeout in TestWebSocketEvent
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-1/+1
| | | | | | * PLT-3734 Cleaning up shouldSendEvent function * Fix LHS unread highlight and jewel mentions
* Fix TestSetActiveChannel unit test (#4071)Joram Wilander2016-09-221-1/+2
|
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-0/+36
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-3/+3
| | | | | | | | | | | | | | * 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-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-0/+153
* 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