summaryrefslogtreecommitdiffstats
path: root/model/status_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10425 Include active_channel in cluster update user status messages (#8967)Joram Wilander2018-06-211-11/+18
| | | | | | | | * Include active_channel in cluster update user status messages * Update to use new ToJson method * Update tests
* simplify things (#7735)Chris2017-10-301-2/+1
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-301-0/+42
|
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-1/+1
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-1/+5
| | | | | | | | | | | | | | * 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/+27
* 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