Page MenuHomePhabricator

[native] call fetchCommunityInfos from the community drawer
ClosedPublic

Authored by ginsu on May 13 2024, 11:02 PM.
Tags
None
Referenced Files
F3495469: D12023.id41017.diff
Thu, Dec 19, 8:45 AM
F3495468: D12023.id41007.diff
Thu, Dec 19, 8:45 AM
F3495467: D12023.id40548.diff
Thu, Dec 19, 8:45 AM
F3495466: D12023.id40145.diff
Thu, Dec 19, 8:45 AM
F3495456: D12023.id.diff
Thu, Dec 19, 8:45 AM
F3495453: D12023.diff
Thu, Dec 19, 8:45 AM
Unknown Object (File)
Sun, Dec 15, 4:31 AM
Unknown Object (File)
Mon, Dec 9, 3:40 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