fix: migrate topics as system user instead of uid 0

This commit is contained in:
Julian Lam
2025-03-24 13:55:14 -04:00
parent 0387be7782
commit 452eaff723
2 changed files with 2 additions and 4 deletions

View File

@@ -414,7 +414,7 @@ async function _migratePersonToGroup(categoryObjs) {
if (exists[idx]) {
await topics.tools.move(share, {
cid: id,
uid: 0,
uid: 'system',
});
}
}));