Page MenuHomePhabricator

[web] introduce AutoJoinCommunityHandler to web
ClosedPublic

Authored by ginsu on Jul 10 2024, 2:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 31, 3:09 PM
Unknown Object (File)
Wed, Aug 28, 11:07 AM
Unknown Object (File)
Mon, Aug 26, 2:03 PM
Unknown Object (File)
Mon, Aug 26, 2:02 PM
Unknown Object (File)
Fri, Aug 16, 1:32 AM
Unknown Object (File)
Sun, Aug 11, 11:51 PM
Unknown Object (File)
Sun, Aug 11, 11:51 PM
Unknown Object (File)
Sun, Aug 11, 11:51 PM
Subscribers

Details

Summary

This diff simply introduces the version of AutoJoinCommunityHandler for web

Depends on D12716

Test Plan

Confirmed that the auto join community mechanism also works on web

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: ashoat, inka.
ginsu requested review of this revision.Jul 10 2024, 3:20 AM
ashoat added inline comments.
web/components/auto-join-community-handler.react.js
8 ↗(On Diff #42204)

What's nonThread mean here again? Exclusing sidebars?

This revision is now accepted and ready to land.Jul 10 2024, 10:39 AM
web/components/auto-join-community-handler.react.js
8 ↗(On Diff #42204)

It seems like we are using this to filter out all the calendar filters with the type THREAD_LIST from an array of calendar filters.

So it looks like "nonThread" refers to any calendar query that are not related to threads

https://github.com/CommE2E/comm/blob/master/lib/selectors/calendar-filter-selectors.js#L36-L60

This revision was landed with ongoing or failed builds.Jul 12 2024, 5:48 PM
This revision was automatically updated to reflect the committed changes.