rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Pagination method not calling on scroll up. #201

Closed devendralohar closed 1 year ago

devendralohar commented 2 years ago

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">

rpaschoal commented 1 year ago

This project has been archived and is no longer maintained.