Commit e3594ffc authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): implement caching flag for homepage content

1 merge request!528WIP: (feat): Minds Pro
Pipeline #82479094 failed with stages
in 5 minutes and 3 seconds
......@@ -164,9 +164,8 @@ export class ProChannelService implements OnDestroy {
limit: params.limit || 24,
from_timestamp: params.offset || '',
sync: 1,
exclude:
(this.currentChannel.pro_settings.featured_content || []).join(',') ||
'',
exclude: (this.currentChannel.pro_settings.featured_content || []).join(',') || '',
cache: true,
};
const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment