mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Small fixes
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|     "native": "210511", |     "native": "210511", | ||||||
|     "major": 2, |     "major": 2, | ||||||
|     "minor": 1, |     "minor": 1, | ||||||
|     "patch": 0, |     "patch": 1, | ||||||
|     "expo": "41.0.0" |     "expo": "41.0.0" | ||||||
|   }, |   }, | ||||||
|   "description": "tooot app for Mastodon", |   "description": "tooot app for Mastodon", | ||||||
|   | |||||||
| @@ -49,7 +49,7 @@ const TimelineDefault: React.FC<Props> = ({ | |||||||
|     StackNavigationProp<Nav.TabLocalStackParamList> |     StackNavigationProp<Nav.TabLocalStackParamList> | ||||||
|   >() |   >() | ||||||
|  |  | ||||||
|   let actualStatus = item.reblog ? item.reblog : item |   const actualStatus = item.reblog ? item.reblog : item | ||||||
|  |  | ||||||
|   const ownAccount = actualStatus.account.id === instanceAccount?.id |   const ownAccount = actualStatus.account.id === instanceAccount?.id | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user