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.replies = []
|
||||||
|
comment.time = toLocalePublicationString({
|
||||||
comment.time = comment.publishedText
|
publishText: comment.publishedText
|
||||||
|
})
|
||||||
|
|
||||||
return comment
|
return comment
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue