0
0
Fork 0

Add notification grouping for follow notifications (#32085)

This commit is contained in:
Renaud Chaput 2024-09-25 15:36:19 +02:00 committed by GitHub
parent 3dc4ddc663
commit d6f5ee75ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 22 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;