Add importCompleted notification. Send importCompleted when antenna/customEmoji/muting/userList is imported
The only userImportableEntities that don't notify are blocking and following because they fork off a batch of single Closes #891
This commit is contained in:
parent
69f3c8a58e
commit
a00a3c6841
14 changed files with 104 additions and 7 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -10378,6 +10378,10 @@ export interface Locale extends ILocale {
|
|||
* Scheduled Note was posted
|
||||
*/
|
||||
"scheduledNotePosted": string;
|
||||
/**
|
||||
* Import of {x} has been completed
|
||||
*/
|
||||
"importOfXCompleted": ParameterizedString<"x">;
|
||||
};
|
||||
"_deck": {
|
||||
/**
|
||||
|
|
@ -13346,6 +13350,10 @@ export interface Locale extends ILocale {
|
|||
* Don't delete files used as avatars&c
|
||||
*/
|
||||
"keepFilesInUse": string;
|
||||
/**
|
||||
* this option requires more complicated database queries, you may need to increase the value of db.extra.statement_timeout in the configuration file
|
||||
*/
|
||||
"keepFilesInUseDescription": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue