mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 18:26:37 +02:00
fix: migrate topics as system user instead of uid 0
This commit is contained in:
@@ -414,7 +414,7 @@ async function _migratePersonToGroup(categoryObjs) {
|
||||
if (exists[idx]) {
|
||||
await topics.tools.move(share, {
|
||||
cid: id,
|
||||
uid: 0,
|
||||
uid: 'system',
|
||||
});
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user