mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Fixed #255
This commit is contained in:
		| @@ -91,7 +91,9 @@ const TimelineHeaderNotification = ({ queryKey, notification }: Props) => { | ||||
|           }} | ||||
|         > | ||||
|           <HeaderSharedCreated | ||||
|             created_at={notification.created_at} | ||||
|             created_at={ | ||||
|               notification.status?.created_at || notification.created_at | ||||
|             } | ||||
|             edited_at={notification.status?.edited_at} | ||||
|           /> | ||||
|           {notification.status?.visibility ? ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user