Refactor/es feeds
TODO:
- Re-introduce block client side
- Re-synchronise entities in the background
0/1 discussion resolved
mentioned in merge request engine!221
added 1 commit
- 9dc4d33a - (fix): use combineLatest to ensure obversables are in sync for hasMore
21 21 22 22 <ng-container *ngIf="['images', 'videos'].indexOf(type) > -1; else entityListView"> 23 23 <m-newsfeed__tiles 24 [entities]="getAllEntities()" 24 [entities]="feedsService.feed | async" - Maintainer
Yaaaay! Asyc pipes <3