How to know when a user started following another user? #2829
Unanswered
trifenol
asked this question in
How to do it?
Replies: 1 comment 1 reply
-
Follow records has a createdAt timestamp set by the client, you can use that however it'd be inaccurate (can be manipulated, system time can be behind) Assuming manipulation isn't that big of a deal, that's a worthwhile approach. Otherwise the only option is for you to be consuming the firehose and noting down the time that you received that follow record, that's as accurate you can get. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m working on a research project and would like to know when a user started following another user. I looked through the documentation but couldn’t find anything related to this issue.
Beta Was this translation helpful? Give feedback.
All reactions