Page MenuHomePhabricator

[web] add missing `userID` param
ClosedPublic

Authored by kamil on Dec 7 2023, 8:11 AM.
Tags
None
Referenced Files
F2906052: D10222.diff
Sun, Oct 6, 8:57 AM
Unknown Object (File)
Sat, Sep 14, 5:09 PM
Unknown Object (File)
Sat, Sep 7, 9:27 AM
Unknown Object (File)
Sat, Sep 7, 9:27 AM
Unknown Object (File)
Sat, Sep 7, 9:27 AM
Unknown Object (File)
Fri, Sep 6, 10:28 PM
Unknown Object (File)
Aug 16 2024, 12:27 AM
Unknown Object (File)
Jul 29 2024, 7:42 AM
Subscribers

Details

Summary

Context in ENG-5910.

Test Plan
  1. Stop processing thread store ops from reducer (to make sure logout does not fill state).
  2. Make sure table is empty.
  3. Reload app and check if threads are fetched from keyserver and persisted in DB.
  4. Reload again and threads should be read from DB.

Diff Detail

Repository
rCOMM Comm
Branch
fix-threads-migration
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Dec 7 2023, 8:18 AM

wondering if we should also update the type to avoid things like this or allow it since it's just the way Flow behaves cc. @michal @tomek

wondering if we should also update the type to avoid things like this

I think it makes sense to update the type to null | string, because we want flow to throw an error in this case

This revision is now accepted and ready to land.Dec 8 2023, 3:23 AM
This revision was automatically updated to reflect the committed changes.