1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix push wrong ID

This commit is contained in:
Zhiyuan Zheng
2022-05-16 23:44:49 +02:00
parent 9c1d18c7f0
commit 46bab1593f
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ const pushUseConnect = ({ t, instances }: Params) => {
: (
await Notifications.getExpoPushTokenAsync({
experienceId: '@xmflsct/tooot',
applicationId: 'com.xmflsct.tooot.app'
applicationId: 'com.xmflsct.app.tooot'
})
).data