mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #463
This commit is contained in:
@ -38,6 +38,7 @@ export type RootStackParamList = {
|
||||
| {
|
||||
type: 'conversation'
|
||||
accts: Mastodon.Account['acct'][]
|
||||
text?: string // For contacting tooot only
|
||||
}
|
||||
| {
|
||||
type: 'share'
|
||||
|
@ -9,7 +9,7 @@ export const retrieveExpoToken = createAsyncThunk(
|
||||
'app/expoToken',
|
||||
async (): Promise<string> => {
|
||||
if (isDevelopment) {
|
||||
return 'DEVELOPMENT_TOKEN_1'
|
||||
return 'ExponentPushToken[DEVELOPMENT_1]'
|
||||
}
|
||||
|
||||
const res = await Notifications.getExpoPushTokenAsync({
|
||||
|
Reference in New Issue
Block a user