discourse-follow/assets/javascripts/discourse/components/follow-feed-post.js
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
125 B
JavaScript

import Component from "@ember/component";
export default Component.extend({
classNames: ["user-stream-item", "item"],
});