mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix: exported antenna data cannot be imported in some cases (#15985)
* chore: add ExportedAntenna type * chore: use ExportedAntenna on export and fix schema * fix: excludeNotesInSensitiveChannel is not included * chore: revert unnecessary changes * chore: add doc for future developer * docs: update changelog
This commit is contained in:
@@ -106,3 +106,6 @@ export class MiAntenna {
|
||||
})
|
||||
public excludeNotesInSensitiveChannel: boolean;
|
||||
}
|
||||
// Note for future developers: When you added a new column,
|
||||
// You should update ExportAntennaProcessorService and ImportAntennaProcessorService
|
||||
// to export and import antennas correctly.
|
||||
|
||||
Reference in New Issue
Block a user