Notifications registration (#8564)

* Formatting nits

* Debounce push token registration by 100ms

* Comment

* Align handling across native devices

* Clean up

* Simplify

* Use hooks

* Update import

* Comment

* Put app view DIDs in constants

* Clarify comment
This commit is contained in:
Eric Bailey
2025-06-25 21:32:51 -05:00
committed by GitHub
parent bb760400fe
commit 92ffe66ae1
3 changed files with 163 additions and 66 deletions
+3
View File
@@ -201,3 +201,6 @@ export const urls = {
},
},
}
export const PUBLIC_APPVIEW_DID = 'did:web:api.bsky.app'
export const PUBLIC_STAGING_APPVIEW_DID = 'did:web:api.staging.bsky.dev'