Hi, may i know is there a way to filter discussion at frontend? I have tried the following method but no luck. What i want is to filter the discussion with stickiest and sort by viewcount.
app.discussions.refreshParams({
filter: {
isStickiest: true,
},
sort: "viewCount",
});