mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
feat: import/export system config
This commit is contained in:
parent
9097142718
commit
cc4e659cec
6 changed files with 30 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ public partial class BulkImporter: IAsyncDisposable
|
|||
importer._system = system;
|
||||
}
|
||||
|
||||
importer._cfg = await repo.GetSystemConfig(system.Id);
|
||||
importer._cfg = await repo.GetSystemConfig(system.Id, conn);
|
||||
|
||||
// Fetch all members in the system and log their names and hids
|
||||
var members = await conn.QueryAsync<PKMember>("select id, hid, name from members where system = @System",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue