summaryrefslogtreecommitdiff
path: root/ui/lib/constants.js
Commit message (Collapse)AuthorAge
* Merge local channel data and remote to maintain stateKit La Touche2025-02-20
When we hit the boot endpoint, we get the server's view of things. If we just setChannels with that, we overwrite all our locally-stored info in on things like lastReadAt. So we need to merge data. Eventually, this might militate for a `meta` key containing an object of locally stored data, rather than having to handle each key specially.