细节调整
This commit is contained in:
@@ -52,8 +52,7 @@ async function readyToGo() {
|
||||
}
|
||||
}
|
||||
|
||||
async function onReceiveMessage(content) {
|
||||
const messages = JSON.parse(content).data.updates || [];
|
||||
async function onReceiveMessage(messages = []) {
|
||||
messages.forEach((msg) => {
|
||||
if (
|
||||
!msg.id ||
|
||||
|
||||
Reference in New Issue
Block a user