Add notification grouping for follow notifications (#32085)
This commit is contained in:
parent
3dc4ddc663
commit
d6f5ee75ab
4 changed files with 38 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue