fetch linked notes manually, unless we have them in DB - fixes 1006
This commit is contained in:
parent
8e62aa9814
commit
d0a074ac89
4 changed files with 40 additions and 8 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -12221,6 +12221,10 @@ export interface Locale extends ILocale {
|
|||
* Applies a content warning to all posts created by this user. If the post already has a CW, then this is appended to the end.
|
||||
*/
|
||||
"mandatoryCWDescription": string;
|
||||
/**
|
||||
* Fetch linked note
|
||||
*/
|
||||
"fetchLinkedNote": string;
|
||||
"_processErrors": {
|
||||
/**
|
||||
* Unable to process quote. This post may be missing context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue