discourse-follow/assets/javascripts/discourse/templates/followers.hbs
Osama Sayegh 902e770115 FEATURE: Introduce followed users posts feed (#8)
This commit adds a nav item under the Activity tab in user profile to show a feed of posts made by followed users.
2021-10-07 20:34:07 +03:00

5 lines
68 B
Handlebars

{{follow-users-list
users=users
type="followers"
user=user
}}