You need to sign in to do that
Don't have an account?

Lightning Chatter Component for a Specific Group
Hi all,
Is it possible to create a chatter component that displays the feed only of a particular group?
Couldn't find anything but the standard component and the <forceChatter:feed> component which doesn't seem to be able to display just a speicifc group taken as parameter. Please advise?
Is it possible to create a chatter component that displays the feed only of a particular group?
Couldn't find anything but the standard component and the <forceChatter:feed> component which doesn't seem to be able to display just a speicifc group taken as parameter. Please advise?
If you set type="Record" subjectId="groupId" then you can view feed for a particular group.
For Example :
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
<forceChatter:feed type="Record" subjectId="0F90K000000AnYLSA0"/>
</aura:component>