Commit ea19f34
authored
The `follow-post-stream` needs to get the stream from `this.args` instead of `this` directly. This becomes more relevant when we merge: discourse/discourse#30604, which uses a Glimmer component, which makes it more strict and requires the distinction between `this.stream` and `@stream`.
We will also follow-up in a PR after the above core PR is merged to apply the `PostList` component instead of using `follow-feed-post` which uses the `user-stream` component.
No tests, as it's a minor change and our follow-up PR will change this area once again very soon.
1 parent 46318ce commit ea19f34
File tree
1 file changed
+1
-1
lines changed- assets/javascripts/discourse/components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments