mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-06 00:49:46 +00:00
cd316d7269
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399> * This MR allows Pleroma to read the EXIF data during upload and return the description to the FE * If a description is already present (e.g. because a previous module added it), it will use that * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract * If no description is found, it will simply return nil, just like before * When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so This was taken from an MR i did on Pleroma and isn't finished yet. |
||
---|---|---|
.. | ||
auth.md | ||
cheatsheet.md | ||
custom_emoji.md | ||
hardening.md | ||
howto_database_config.md | ||
howto_ejabberd.md | ||
howto_mediaproxy.md | ||
howto_mongooseim.md | ||
howto_proxy.md | ||
howto_search_cjk.md | ||
howto_set_richmedia_cache_ttl_based_on_image.md | ||
howto_theming_your_instance.md | ||
i2p.md | ||
mrf.md | ||
onion_federation.md | ||
optimizing_beam.md | ||
postgresql.md | ||
static_dir.md | ||
storing_remote_media.md |