Convert Invidious comment publishText to locale (#2758)
This commit is contained in:
		
							parent
							
								
									414ef5545a
								
							
						
					
					
						commit
						12cfe6a3fb
					
				|  | @ -273,8 +273,9 @@ export default Vue.extend({ | |||
|           } | ||||
| 
 | ||||
|           comment.replies = [] | ||||
| 
 | ||||
|           comment.time = comment.publishedText | ||||
|           comment.time = toLocalePublicationString({ | ||||
|             publishText: comment.publishedText | ||||
|           }) | ||||
| 
 | ||||
|           return comment | ||||
|         }) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue