You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In channel-preview.component.ts when there are no messages then property latestMessage is set to Nothing yet....
In related HTML template text is interpolated with {{ latestMessage | translate }}, but because prefix streamChat is not set then ngx-translate can't find translation by key. It should be streamChat.Nothing yet....