Skip to content

Commit 32f85f4

Browse files
authored
Merge pull request GetStream#22 from GetStream/fix/incorrect-realtime-feed-param
Realtime feed subscriber should pull 'new' not 'news' param
2 parents 4a40666 + 02cc6fd commit 32f85f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/modules/actions/Stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function clear() {
1616
export function timeline(data) {
1717
return dispatch => {
1818

19-
Promise.all(data.news.map(p => {
19+
Promise.all(data.new.map(p => {
2020

2121
const id = p.object.split(':')[1]
2222

0 commit comments

Comments
 (0)