summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_view_cache.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-211-1/+1
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes
* PLT-4787 Fixed not being able to join a channel through a link after opening ↵Harrison Healey2016-11-211-3/+4
| | | | the More Channels modal (#4616)
* Check if user logged in before making setActiveChannel request (#4097)Joram Wilander2016-09-281-1/+4
|
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-0/+2
|
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-0/+85
* Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage