Earlier in this stack we introduced three new community actions: fetchCommunityInfosActionTypes, createOrUpdateFarcasterChannelTagActionTypes and deleteFarcasterChannelTagActionTypes.
As part of introducing redux actions, we also need to introduce the redux reducer logic for each action type.
Depends on D12025