Page MenuHomePhabricator

[native] Add auxUserStore to persist blacklist
ClosedPublic

Authored by will on Fri, Apr 5, 2:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 2:10 AM
Unknown Object (File)
Wed, Apr 17, 3:39 AM
Unknown Object (File)
Tue, Apr 16, 10:22 PM
Unknown Object (File)
Tue, Apr 16, 6:14 AM
Unknown Object (File)
Thu, Apr 11, 5:58 PM
Unknown Object (File)
Thu, Apr 11, 3:45 PM
Unknown Object (File)
Wed, Apr 10, 4:56 PM
Unknown Object (File)
Tue, Apr 9, 9:35 PM
Subscribers

Details

Summary

As we are only storing auxUserStore in sqlite, we should add auxUserStore to the persist blacklist

Context: https://linear.app/comm/issue/ENG-7656/add-auxuserstore-to-blacklist-to-avoid-possible-missing-rehydration

Test Plan

flow check

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Fri, Apr 5, 2:41 PM

Is this diff blocking native release? Is there a task tracking the rehydration warning?

ginsu added 1 blocking reviewer(s): kamil.

seems reasonable, but want to make sure @kamil can also review this

will retitled this revision from [native] Add auxUserStore to persist blacklist to avoid rehydration warning to [native] Add auxUserStore to persist blacklist.Fri, Apr 5, 3:17 PM

Is this diff blocking native release? Is there a task tracking the rehydration warning?

Actually haven't encountered a rehydration warning just yet so I should change the title of the diff. Unconfirmed with Kamil if this is needed but I'm assuming we do as we store auxUserStore in just sqlite.

I don't think there's any harm in landing this right now even if it's not needed.

Here's a similar situation with syncedMetadata: https://phab.comm.dev/D11422?id=38405#inline-69045

I'm not sure what triggered it last time in testing. But the fact that I'm not sure means this should block mobile release. Here's a linear issue I just made:

https://linear.app/comm/issue/ENG-7656/add-auxuserstore-to-blacklist-to-avoid-possible-missing-rehydration

will edited reviewers, added: ashoat; removed: kamil.
will added a reviewer: kamil.

Let's definitely land it! I'll hold off on initiating a release until it's landed

This revision is now accepted and ready to land.Fri, Apr 5, 3:39 PM