|
|
@@ -557,6 +557,7 @@ async function main() {
|
|
|
const added = await qiweiAddExternalGroup({ roomId: 'r-99', roomName: '手动群', externalUserId: 'wx-u-2' });
|
|
|
assert.strictEqual(added.status, 'ok');
|
|
|
|
|
|
+ fs.rmSync(path.join(outputsRoot(), 'messages', 'rooms', 'r-1'), { recursive: true, force: true });
|
|
|
const syncCallsBefore = gateway.requests.filter(request => request.body?.method === '/msg/syncMsg').length;
|
|
|
const messages = await qiweiSyncGroupMessages({ ...common, guid: 'guid-1', roomIds: ['r-1', 'r-99'] });
|
|
|
assert.strictEqual(messages.status, 'ok');
|