You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FollowNotification returns an array of profiles that followed, but no timestamps for the follow events. The other batched notifications, ReactionNotification and ActedNotification, both include timestamps for the respective events.
Right now it's not possible to do something like query for the number of followers gained in the past 24 hours.
Problem
FollowNotification
returns an array of profiles that followed, but no timestamps for the follow events. The other batched notifications,ReactionNotification
andActedNotification
, both include timestamps for the respective events.Right now it's not possible to do something like query for the number of followers gained in the past 24 hours.
Proposed solution
Follow the pattern of other batched notifications and include the timestamp of follows.
The text was updated successfully, but these errors were encountered: