Skip to content

Commit 6c2b198

Browse files
authored
Merge pull request #516 from GetStream/fix-pagination-issue-after-reconnect
fix: wrong offset after channelservice.reset
2 parents be5db36 + 863b4ea commit 6c2b198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/stream-chat-angular/src/lib/channel.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ export class ChannelService<
700700
this.channelSubscriptions[cid]();
701701
});
702702
this.channelSubscriptions = {};
703+
this.nextPageConfiguration = undefined;
703704
}
704705

705706
/**

0 commit comments

Comments
 (0)