1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

merge: Cache note translations in Redis (!1027)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1027

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Marie
2025-05-14 18:36:53 +00:00
6 changed files with 109 additions and 29 deletions

View File

@@ -28711,15 +28711,11 @@ export type operations = {
200: {
content: {
'application/json': {
sourceLang: string;
text: string;
sourceLang?: string;
text?: string;
};
};
};
/** @description OK (without any results) */
204: {
content: never;
};
/** @description Client error */
400: {
content: {