XF 1.5 What happens when you "follow" someone?

jauburn

Well-known member
Is there a comprehensive list somewhere of things that result from "following" other users in xenforo? I searched but didn't find anything. Thanks.
 
  1. User being followed gets an alert that someone has followed them
  2. User being followed sees their follower on their profile
  3. The follower now sees the user they follow in the online member list and on their profile and in the "People you follow" list
  4. Activity from the user being followed appears in the "Your News Feed" list of the follower
I think that's all.
 
  1. User being followed gets an alert that someone has followed them
  2. User being followed sees their follower on their profile
  3. The follower now sees the user they follow in the online member list and on their profile and in the "People you follow" list
  4. Activity from the user being followed appears in the "Your News Feed" list of the follower
I think that's all.

Super. Thanks.
 
  1. User being followed gets an alert that someone has followed them
  2. User being followed sees their follower on their profile
  3. The follower now sees the user they follow in the online member list and on their profile and in the "People you follow" list
  4. Activity from the user being followed appears in the "Your News Feed" list of the follower
I think that's all.
So what exactly is "Activity from the user being followed"? What activity?

Thanks!

M
 
For anyone else, in case this is helpful - these are the activities tracked when you follow, according to our database:

Code:
+--------+--------------------+
|action  |content_type        |
+--------+--------------------+
|insert  |post                |
|insert  |profile_post        |
|insert  |profile_post_comment|
|insert  |thread              |
|reaction|post                |
|reaction|profile_post        |
|reaction|profile_post_comment|
+--------+--------------------+
 
Top Bottom