Skip to content

Commit 863b4ea

Browse files
committed
fix: wrong offset after channelservice.reset
1 parent af44e71 commit 863b4ea

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)