fix: Telegram频道时间顺序 (#2353)
This commit is contained in:
parent
75fae4b816
commit
7f53d2d0a3
|
|
@ -51,6 +51,7 @@ module.exports = async (ctx) => {
|
|||
author: item.find('.tgme_widget_message_from_author').text(),
|
||||
};
|
||||
})
|
||||
.get(),
|
||||
.get()
|
||||
.reverse(),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue