I noticed that for queryComments, I’m not fetching some comments unless I pass referenceType: ‘conent’ instead of referenceType: ‘post’. why is that?
I thought previously with older sdk it would return both referenceTypes.
I noticed that for queryComments, I’m not fetching some comments unless I pass referenceType: ‘conent’ instead of referenceType: ‘post’. why is that?
I thought previously with older sdk it would return both referenceTypes.
Hi @Addy,
There were early limitation of the TS-SDK that will create comment with referenceType
as content
all the time – however the newer version now allows you to spec the referenceType
as content
or post
– so if you need to query comment created before this version you’ll need to spec the query as content