Page MenuHomePhabricator

[web] Don't render ThreadListProvider in CommunityDrawer
ClosedPublic

Authored by ashoat on Nov 22 2024, 7:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 10, 9:05 AM
Unknown Object (File)
Sun, Apr 6, 8:20 AM
Unknown Object (File)
Wed, Apr 2, 10:44 PM
Unknown Object (File)
Wed, Apr 2, 10:37 PM
Unknown Object (File)
Wed, Apr 2, 8:26 PM
Unknown Object (File)
Wed, Apr 2, 3:26 PM
Unknown Object (File)
Feb 28 2025, 12:41 PM
Unknown Object (File)
Feb 6 2025, 3:51 AM
Subscribers
None

Details

Summary

Searched the codebase and couldn't find any use of ThreadListContext within this component tree. It was initially introduced in D6162, but I couldn't find any uses in that stack either.

This is an expensive component to render, so we should avoid rendering it unless necessary.

Test Plan
  1. I did a thorough search for all consumers of ThreadListContext and confirmed that there were none in this component tree.
  2. I tested the web app in my local environment and didn't see any issues.
  3. I tested the web app in a production setting (my personal server at comm.domains, pointed at my production keyserver on AWS) and didn't see any issues.

Diff Detail

Repository
rCOMM Comm
Branch
ashoat/threadlistprovider
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

I also searched the codebase and didn't see any usage.

This revision is now accepted and ready to land.Nov 25 2024, 3:21 AM