If we have the following users: `A, B, C` and the ...
# community-help
h
If we have the following users:
A, B, C
and the following relation:
Copy code
A follows C
B follows A
C follows A
In the UI do we want to list all the followers of a particular user like: User A
Copy code
B (Follow)
C (Following)
User B
Copy code
-
User C
Copy code
A (Following)
Or do we want to show the list of users a particular user is following like: User A
Copy code
C
User B
Copy code
A
User C
Copy code
A