Skip to content

Commit

Permalink
Merge pull request #644 from GetStream/channel-list-track-by
Browse files Browse the repository at this point in the history
fix: channel preview - faulty message text
  • Loading branch information
szuperaz authored Sep 27, 2024
2 parents a7a1794 + 161b604 commit 16f247b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@ctrl/ngx-emoji-mart": "^8.2.0",
"@floating-ui/dom": "^1.6.3",
"@ngx-translate/core": "^14.0.0",
"@stream-io/stream-chat-css": "5.0.1",
"@stream-io/stream-chat-css": "5.0.2",
"@stream-io/transliterate": "^1.5.2",
"angular-mentions": "1.4.0",
"dayjs": "^1.11.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
[hasMore]="(hasMoreChannels$ | async) ?? false"
[isLoading]="isLoadingMoreChannels"
(loadMore)="loadMoreChannels()"
[trackBy]="trackByChannelId"
>
<ng-template let-channel="item">
<ng-template #defaultTemplate let-channelInput="channel">
Expand Down

0 comments on commit 16f247b

Please sign in to comment.