asap-feed-beta 12.8.3 → 12.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/asap-feed-beta.umd.js +2 -9
- package/bundles/asap-feed-beta.umd.js.map +1 -1
- package/bundles/asap-feed-beta.umd.min.js +1 -1
- package/bundles/asap-feed-beta.umd.min.js.map +1 -1
- package/esm2015/lib/tab-feed/asap-tab-feed.component.js +3 -10
- package/esm5/lib/tab-feed/asap-tab-feed.component.js +3 -10
- package/fesm2015/asap-feed-beta.js +2 -9
- package/fesm2015/asap-feed-beta.js.map +1 -1
- package/fesm5/asap-feed-beta.js +2 -9
- package/fesm5/asap-feed-beta.js.map +1 -1
- package/package.json +1 -1
|
@@ -1132,20 +1132,13 @@
|
|
|
1132
1132
|
if (tabName == _this.settings.tabs.feed_users) {
|
|
1133
1133
|
_this.service.query = {
|
|
1134
1134
|
searchBy: 'user_info.id',
|
|
1135
|
-
searchValue:
|
|
1135
|
+
searchValue: _this.global.loggedUser().id,
|
|
1136
1136
|
typeValue: 'number'
|
|
1137
1137
|
};
|
|
1138
1138
|
_this.canShow = 2;
|
|
1139
1139
|
}
|
|
1140
1140
|
if (tabName == _this.settings.tabs.allFeed) {
|
|
1141
|
-
_this.service.query = {
|
|
1142
|
-
searchBy: 'channel_id',
|
|
1143
|
-
searchValue: _this.settings.tabs.channel_list.map((/**
|
|
1144
|
-
* @param {?} c
|
|
1145
|
-
* @return {?}
|
|
1146
|
-
*/
|
|
1147
|
-
function (c) { return c.channel_id; })).join(','),
|
|
1148
|
-
};
|
|
1141
|
+
_this.service.query = {};
|
|
1149
1142
|
_this.canShow = 3;
|
|
1150
1143
|
}
|
|
1151
1144
|
// 🔥 FORÇA O RELOAD DO FEED
|