We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a348952 commit b212c65Copy full SHA for b212c65
src/renderer/utils/api/client.ts
@@ -253,8 +253,8 @@ export async function fetchDiscussionByNumber(
253
owner: notification.repository.owner.login,
254
name: notification.repository.name,
255
number: number,
256
- lastComments: 100,
257
- lastReplies: 100,
+ lastComments: 10,
+ lastReplies: 10,
258
firstLabels: 100,
259
includeIsAnswered: isAnsweredDiscussionFeatureSupported(
260
notification.account,
0 commit comments