Skip to content

Commit 9e2b99e

Browse files
authored
Release 1.105.0 (#8693)
* Tests fixes * Pull latest translations
1 parent fc4bf4e commit 9e2b99e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+32324
-19495
lines changed

src/lib/notifications/notifications.e2e.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import {useCallback} from 'react'
2+
13
export function useNotificationsRegistration() {}
24

35
export function useRequestNotificationsPermission() {
@@ -6,6 +8,10 @@ export function useRequestNotificationsPermission() {
68
) => {}
79
}
810

11+
export function useGetAndRegisterPushToken() {
12+
return useCallback(async ({}: {} = {}) => {}, [])
13+
}
14+
915
export async function decrementBadgeCount(_by: number) {}
1016

1117
export async function resetBadgeCount() {}

0 commit comments

Comments
 (0)