sinapy
Results
2
comments of
sinapy
@rei-gun You have to write .WithUserId(`userId`) after .WithReaction(...) So it would be `var results = await feed.GetEnrichedFlatActivities(GetOptions.Default.WithReaction(ReactionOption.With().Counts().Own()).WithUserId(userId));` Change userId to the user's feed name. It would be `feedGroupName`:`UserId` You should...
I'm not a Getstream maintainer, this is my understanding. (I also believe I read it somewhere) Getstream doesn't provide filtering like that. If you want to filter like that, you...