[RutubeBridge] Use publication time instead of creation time (#4417)

Publication time is shown in video page itself, so it is more essential
This commit is contained in:
Eugene Molotov 2025-01-25 22:40:13 +05:00 committed by GitHub
parent dd8bc077ed
commit bd7d1734c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ class RutubeBridge extends BridgeAbstract
$video->description . ' '
)
);
$item['timestamp'] = $video->created_ts;
$item['timestamp'] = $video->publication_ts;
$item['author'] = $video->author->name;
$item['content'] = $content;