summaryrefslogtreecommitdiffstats
path: root/model/channel_view.go
Commit message (Collapse)AuthorAgeFilesLines
* unnamed return (#8170)Chris2018-01-301-28/+10
|
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-0/+25
| | | | | | | | * Return viewed at times in view channel API response * Updated transaction to read and write once * Remove transaction and only update if new value greater than older
* 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
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-231-1/+0
| | | | | | * Improve performance of /channels/view endpoint * Fix store unit test
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-211-0/+35
into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes