Page MenuHomePhabricator

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

Authored by will on Apr 15 2024, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 12:36 PM
Unknown Object (File)
Oct 28 2024, 7:49 PM
Unknown Object (File)
Oct 25 2024, 1:19 AM
Unknown Object (File)
Oct 25 2024, 1:19 AM
Unknown Object (File)
Oct 25 2024, 1:19 AM
Unknown Object (File)
Oct 25 2024, 1:18 AM
Unknown Object (File)
Oct 3 2024, 8:57 PM
Unknown Object (File)
Oct 2 2024, 1:05 PM
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.Apr 15 2024, 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.Apr 16 2024, 11:35 AM