Change in postFeedElement v36
Closed this issue · 3 comments
gjvilla commented
Line 109 should be changed to
return ConnectApi.ChatterFeeds.postFeedElement(communityId, input);
alouie-sfdc commented
Thanks for reporting this! The signature changed because v36.0 no longer gives you the option to attach a new binary file when posting a feed item (if you want to attach a file, it has to be one that already exists in Salesforce).
JAertgeerts commented
@alouie-sfdc Added PR with these changes..
alouie-sfdc commented
Closing this thanks to @JAertgeerts.