mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
Revert "fix: encode fileId"
This reverts commit 9bff327377fd8e58d84f7921b581d0eda2996306.
This commit is contained in:
parent
9bff327377
commit
e9482e2ec4
@ -43,10 +43,7 @@ export class GetGroupFileList extends BaseAction<Payload, { FileList: Array<any>
|
|||||||
e.fileInfo!.fileId = FileNapCatOneBotUUID.encodeModelId({
|
e.fileInfo!.fileId = FileNapCatOneBotUUID.encodeModelId({
|
||||||
chatType: 2,
|
chatType: 2,
|
||||||
peerUid: payload.group_id.toString()
|
peerUid: payload.group_id.toString()
|
||||||
},
|
}, fileModelId);
|
||||||
fileModelId,
|
|
||||||
e.fileInfo!.fileId
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
return { FileList: ret };
|
return { FileList: ret };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user