Page MenuHomePhabricator

[web] convert updating thread activity `lastThreadNavigatedTo` on web to use sqlite
ClosedPublic

Authored by will on Mon, Apr 15, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 7:18 PM
Unknown Object (File)
Sat, Apr 27, 3:08 AM
Unknown Object (File)
Fri, Apr 26, 11:52 AM
Unknown Object (File)
Thu, Apr 25, 5:26 PM
Unknown Object (File)
Tue, Apr 23, 5:30 PM
Unknown Object (File)
Tue, Apr 23, 4:30 PM
Unknown Object (File)
Sun, Apr 21, 3:46 PM
Unknown Object (File)
Sun, Apr 21, 8:33 AM
Subscribers

Details

Summary

Currently, the redux reducer just updates redux persist thread activity. Realized I was missing this when doing final testing

The non-sqlite implementation can be found at https://phab.comm.dev/D9404

Depends on D11617

Test Plan

Navigated to several different threads on web app and corresponding thread activity entries were found in web database

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Mon, Apr 15, 2:45 PM
atul added inline comments.
web/redux/redux-setup.js
505–508 ↗(On Diff #39134)

I'd maybe pull this out and above, but whatever you prefer works.

This revision is now accepted and ready to land.Tue, Apr 16, 11:35 AM