misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

Image descriptions from Mastodon are cut off #8776

Open tastytea opened 2 years ago

tastytea commented 2 years ago

💡 Summary

Image descriptions are cut off after the 512th character. The current limit on mastodon.social, and Mastodon in general it seems, is 1500 characters.

Mastodon:
mastodon

Misskey:
misskey

🥰 Expected Behavior

Show the whole image description.

🤬 Actual Behavior

Image descriptions are cut off.

📝 Steps to Reproduce

  1. Post an image with a description over 512 chars on a Mastodon server
  2. Fetch it in a Misskey server
  3. Look at image description

📌 Environment

Misskey version: 12.110.1 Your OS: Gentoo Linux Your browser: Firefox 91.9.1esr

Jeder321 commented 2 years ago

There's apparently a fatal error related to long descriptions, according to #7699