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.
@@ -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: 'all',
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