Skip to content

Commit 8351abe

Browse files
authored
chore: add mentioned user id to updateActivity [FEEDS-748] (#194)
🎫 Ticket: https://linear.app/stream/issue/XYZ-123 📑 Docs: https://github.com/GetStream/docs-content/pull/<id> ### 💡 Overview ### 📝 Implementation notes
1 parent c683c15 commit 8351abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/feeds-client/src/gen/feeds/FeedsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ export class FeedsApi {
750750
feeds: request?.feeds,
751751
filter_tags: request?.filter_tags,
752752
interest_tags: request?.interest_tags,
753+
mentioned_user_ids: request?.mentioned_user_ids,
753754
custom: request?.custom,
754755
location: request?.location,
755756
};

0 commit comments

Comments
 (0)