Current the ActivityController has different endpoints for getting likes, comments and stories.
It is better to have a single endpoint which calls other methods to serve its purpose.
This way the code would be more readable and maintaineable.
See codes in commit 739f90e for more detail.
Current the ActivityController has different endpoints for getting likes, comments and stories. It is better to have a single endpoint which calls other methods to serve its purpose. This way the code would be more readable and maintaineable. See codes in commit 739f90e for more detail.