Created
April 7, 2019 19:11
-
-
Save iskenxan/1f9d51b244bfd7c7c64600ef3d06e641 to your computer and use it in GitHub Desktop.
GetStream follow user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const followUser = (username, following) => { | |
const timelineFeed = client.feed('timeline', username); | |
timelineFeed.follow('user', following); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment