Page MenuHomePhabricator

[native] call fetchCommunityInfos from the community drawer
ClosedPublic

Authored by ginsu on May 13 2024, 11:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 1:59 AM
Unknown Object (File)
Wed, Oct 23, 2:55 AM
Unknown Object (File)
Sat, Oct 19, 6:24 PM
Unknown Object (File)
Oct 14 2024, 7:00 PM
Unknown Object (File)
Oct 14 2024, 6:40 PM
Unknown Object (File)
Oct 13 2024, 5:05 AM
Unknown Object (File)
Oct 13 2024, 5:05 AM
Unknown Object (File)
Oct 13 2024, 5:05 AM
Subscribers

Details

Summary

As mentioned in D11995 we want to call the fetch_community_infos endpoint whenever the user opens the community drawer. This is the logic that handles that

Depends on D11997

Test Plan

Confirmed that we were calling fetch_community_infos whenever we open the community drawer

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: tomek, kamil.
tomek added inline comments.
native/navigation/community-drawer-content.react.js
62–76 ↗(On Diff #40145)

There's no need to await promises and then ignore the result. We can ignore the results immediately.

This revision is now accepted and ready to land.May 14 2024, 3:22 AM