mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix: Telegram频道时间顺序 (#2353)
This commit is contained in:
@@ -51,6 +51,7 @@ module.exports = async (ctx) => {
|
||||
author: item.find('.tgme_widget_message_from_author').text(),
|
||||
};
|
||||
})
|
||||
.get(),
|
||||
.get()
|
||||
.reverse(),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user