Add automatic notification polling for grouped notifications (#31513)

This commit is contained in:
Claire
2024-08-21 16:41:31 +02:00
committed by GitHub
parent 01a757d306
commit d67e11733e
4 changed files with 186 additions and 85 deletions

View File

@@ -4,6 +4,7 @@ import type { ApiNotificationGroupsResultJSON } from 'mastodon/api_types/notific
export const apiFetchNotifications = async (params?: {
exclude_types?: string[];
max_id?: string;
since_id?: string;
}) => {
const response = await api().request<ApiNotificationGroupsResultJSON>({
method: 'GET',