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
F1776751: D11665.diff
Thu, May 16, 6:15 PM
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
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
No Lint Coverage
Unit
No Test Coverage

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

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