You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mostly an issue on Parent Group feeds where the child groups the Post is posted to don't show-up.
Case when GroupsList SHOULD NOT be shown:
In a Group Stream, it is not a Public Post, and the Post is only posted to one group which is the same as the currentGroup.
Cases when GroupsList SHOULD be shown:
In a Public or All Stream
Is a Public Post
One of the groups the posted to is not the currentGroup
The Post is rendering on a Member feed and/or in a modal
Maybe ALWAYS on Post Details ?
Perhaps convert current GroupsList to render/not render simply based on whether the groups prop is provided vs the the showGroups logic currently in place.
Currently mostly an issue on Parent Group feeds where the child groups the Post is posted to don't show-up.
Case when GroupsList SHOULD NOT be shown:
Cases when GroupsList SHOULD be shown:
currentGroup
Perhaps convert current
GroupsList
to render/not render simply based on whether thegroups
prop is provided vs the theshowGroups
logic currently in place.A snippet of relevant code...
The text was updated successfully, but these errors were encountered: