[Glitch] Add notification grouping for follow notifications

Port d6f5ee75ab to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2024-09-25 15:36:19 +02:00
committed by Claire
parent 36ce5813cb
commit 5716ebf390
2 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export const apiFetchNotifications = async (
export const apiFetchNotificationGroups = async (params?: {
url?: string;
grouped_types?: string[];
exclude_types?: string[];
max_id?: string;
since_id?: string;