#Friendica just received two little but very useful patches:
Images are now resized to prevent them from exceeding a given file size limit:
https://github.com/friendica/friendica/pull/13338
And a commit preventing crawling via #ChatGPT:
https://github.com/friendica/friendica/pull/13337
Thanks for those welcome changes @Michael Vogel
New function to resize an image to not exceed a given file size by annando · Pull Request #13338 · friendica/friendica
There is now a centralized function to resize a picture so that the image size doesn't exceed a given file size.GitHub