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 4b36edb commit 600f6b8Copy full SHA for 600f6b8
src/renderer/utils/notifications/group.ts
@@ -36,11 +36,10 @@ export function groupNotificationsByRepository(
36
}
37
38
return repoGroups;
39
-}
40
-
41
-/**
42
- * Returns a flattened, ordered Notification[] according to repository-first-seen order
43
- * (when grouped) or the natural account->notification order otherwise.
+} /**
+ * Returns a flattened, ordered notifications list according to:
+ * - repository-first-seen order (when grouped)
+ * - natural notifications order otherwise
44
*/
45
export function getFlattenedNotificationsByRepo(
46
notifications: Notification[],
0 commit comments