mirror of
https://github.com/iv-org/invidious.git
synced 2024-06-07 19:40:52 +00:00
Replace comment published with timestamp
This commit is contained in:
parent
0f6fcf5833
commit
f588132cad
@ -1831,8 +1831,10 @@ get "/api/v1/comments/:id" do |env|
|
||||
json.field "authorUrl", ""
|
||||
end
|
||||
|
||||
published = decode_date(node_comment["publishedTimeText"]["runs"][0]["text"].as_s.rchop(" (edited)"))
|
||||
|
||||
json.field "content", content_text
|
||||
json.field "published", node_comment["publishedTimeText"]["runs"][0]["text"]
|
||||
json.field "published", published.epoch
|
||||
json.field "likeCount", node_comment["likeCount"]
|
||||
json.field "commentId", node_comment["commentId"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user