fix: Telegram频道时间顺序 (#2353)

This commit is contained in:
Chenyang Shi
2019-06-10 11:51:37 +08:00
committed by DIYgod
parent 75fae4b816
commit 7f53d2d0a3
+2 -1
View File
@@ -51,6 +51,7 @@ module.exports = async (ctx) => {
author: item.find('.tgme_widget_message_from_author').text(),
};
})
.get(),
.get()
.reverse(),
};
};