Pins

Overview

Sometimes you'll want to pin your favorite activity to a feed. You can pin an activity like this:

PinActivityRequest pinRequest = PinActivityRequest.builder().userID(testUserId).build();

PinActivityResponse response = testFeed.pinActivity(activityId, pinRequest).getData();

When you read a feed pinned activities are automatically returned:

UnpinActivityRequest unpinRequest = UnpinActivityRequest.builder().UserID(testUserId).build();

UnpinActivityResponse response = testFeed.unpinActivity(activityId, unpinRequest).getData();
Add Chat to my app: getstream.io/SKILL.md

The fastest way to build with Stream. Start a new project or improve an existing one. Full CLI and documentation integration out of the box.


Ask your agent:

/stream Build me a Social App with Feeds and Moderation.
/stream Any livestream calls running?
/stream Feeds Java v3: <Your Question>