upd: add notification for when scheduled note gets posted
This commit is contained in:
parent
e62c78073a
commit
de9fbd32cd
13 changed files with 77 additions and 9 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -9554,6 +9554,10 @@ export interface Locale extends ILocale {
|
|||
* Posting scheduled note failed
|
||||
*/
|
||||
"scheduledNoteFailed": string;
|
||||
/**
|
||||
* Scheduled Note was posted
|
||||
*/
|
||||
"scheduledNotePosted": string;
|
||||
};
|
||||
"_deck": {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue