mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Correct typo
This commit is contained in:
		| @@ -31,8 +31,8 @@ export type Instance = { | |||||||
|   } |   } | ||||||
|   push: |   push: | ||||||
|     | { |     | { | ||||||
|         global: { loading: boolean; value: true } |         global: { loading: boolean; value: boolean } | ||||||
|         decode: { loading: boolean; value: boolean } |         decode: { loading: boolean; value: true } | ||||||
|         alerts: { |         alerts: { | ||||||
|           follow: { |           follow: { | ||||||
|             loading: boolean |             loading: boolean | ||||||
| @@ -55,15 +55,17 @@ export type Instance = { | |||||||
|             value: Mastodon.PushSubscription['alerts']['poll'] |             value: Mastodon.PushSubscription['alerts']['poll'] | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|         keys: { |         keys: | ||||||
|  |           | { | ||||||
|               auth: string |               auth: string | ||||||
|               public: string |               public: string | ||||||
|               private: string |               private: string | ||||||
|             } |             } | ||||||
|  |           | undefined | ||||||
|       } |       } | ||||||
|     | { |     | { | ||||||
|         global: { loading: boolean; value: false } |         global: { loading: boolean; value: boolean } | ||||||
|         decode: { loading: boolean; value: boolean } |         decode: { loading: boolean; value: false } | ||||||
|         alerts: { |         alerts: { | ||||||
|           follow: { |           follow: { | ||||||
|             loading: boolean |             loading: boolean | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user