mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-23 16:48:33 +00:00
* move truncate function to separate file to reuse it * truncate image descriptions * show image description limit in UI * correctly treat null Co-authored-by: nullobsi <me@nullob.si> * make truncate Unicode-aware The strings that truncate returns should now be valid Unicode. PostgreSQL also counts Unicode Code Points instead of bytes so this should be correct. * move truncate to internal, validate in API Truncating could also be done in src/services/drive/add-file.ts or src/services/drive/upload-from-url.ts but those would also affect local images. But local images should result in a hard error if the image comment is too long. * avoid overwriting Co-authored-by: nullobsi <me@nullob.si> |
||
|---|---|---|
| .. | ||
| @types | ||
| boot | ||
| client | ||
| config | ||
| daemons | ||
| db | ||
| docs | ||
| games/reversi | ||
| mfm | ||
| misc | ||
| models | ||
| prelude | ||
| queue | ||
| remote | ||
| server | ||
| services | ||
| tools | ||
| .eslintrc | ||
| argv.ts | ||
| const.ts | ||
| emojilist.json | ||
| global.d.ts | ||
| index.ts | ||
| meta.json | ||
| tsconfig.json | ||
| types.ts | ||
| well-known-services.ts | ||