mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Use correct error code
This commit is contained in:
		| @@ -29,7 +29,7 @@ const pushUseConnect = ({ mode, t, instances, dispatch }: Params) => { | |||||||
|         url: `push/connect/${expoToken}`, |         url: `push/connect/${expoToken}`, | ||||||
|         sentry: true |         sentry: true | ||||||
|       }).catch(error => { |       }).catch(error => { | ||||||
|         if (error.status == 410) { |         if (error.status == 404) { | ||||||
|           displayMessage({ |           displayMessage({ | ||||||
|             mode, |             mode, | ||||||
|             type: 'error', |             type: 'error', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user