Details
Details
Tested later in the stack
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
It is not great and can be improved, but still, we need standalone functions in some places. I can create a follow-up to merge those two effects.
Yeah, generally it's worth writing this hook from scratch instead of relying on both useUsersSupportThickThreads() and useUsersSupportFarcasterDCs(). Both these hooks are almost identical, so some code (loop iteration over AuxUserStore entries) is unnecessarily executed twice, so their logic should be merged too.
We need to iterate quickly here, so creating a follow-up is a good idea