ng-chat icon indicating copy to clipboard operation
ng-chat copied to clipboard

Pagination method not calling on scroll up.

Open devendralohar opened this issue 3 years ago • 0 comments

this getMessageHistoryByPage(destinataryId: any, size: number, page: number): method is not calling when I scroll move down to up to load more history data. here is my configuration <ng-chat #ngChatInstance [adapter]="adapter" (onMessagesSeen)="messageSeen($event)" [historyEnabled]="true" [historyPageSize]="10" [hideFriendsList]="true" [emojisEnabled]="true" [userId]="userId">

devendralohar avatar Jan 27 '22 16:01 devendralohar