Mastodon: Hide bulk of longer posts from different sites

Created on 24 Nov 2016  路  7Comments  路  Source: tootsuite/mastodon

earlier today I saw a post in the public timeline, 2935 characters in length, from a different instance. It covered the entire public timeline.
I propose posts >500 characters long should only be displayed in full when the user opens it

expertise wanted ui

Most helpful comment

that would help in cases where users abuse the 500 character limit and make ridiculously long posts. Such as,
image

All 7 comments

In my opinion, this should probably be implemented as a more general clientside solution to people posting toots with a very large number of lines. I.e., decide to truncate the display of posts based on the height of the status__content div element, or by counting \ns, whatever is least resource-intensive.

Edit: This could probably be done entirely in CSS, now that I think about it.

that would help in cases where users abuse the 500 character limit and make ridiculously long posts. Such as,
image

This aspect of federation can be confusing for newbies. For more transparent UX, I suggest the "read more" link in these cases, or a little question mark icon next to it, should have a tooltip explaining this. Something like:

This toot is longer than Mastodon allows - the instance it comes from probably follows different rules. Click through to see the full toot.

I didn't found this one while searching.

But it is really needed. See #5477

Adding myself to this after having gone through some more or less rough discussion. For whatever it's worth: Would it be possible to remove the post length restriction from mastodon altogether and make this something "clients" (web application, mobile apps) should take care of? Thoughts on that:

  • This restriction generally doesn't make much sense in a federated environment. There's Friendica, Diaspora or GNUSocial which allow for postings substantially longer than 500 chars.
  • If you end up in an actual communication on some issue (which I definitely consider a good thing), a fixed limit only increases the amount of (split-up) messages as, at some point, you won't be able to write down your arguments in < 500 chars.
  • Apart from this, the confortable length of posts seems to drastically differ depending upon context: At nights on my desktop, large screen and enough time for reading, it's way easier to deal with long posts than on my smartphone while commuting.

Thanks for considering this. :)

[Crosspost of https://github.com/tootsuite/mastodon/issues/7973#issuecomment-413060740 as it鈥檚 a duplicate issue]
Just so that the people here are aware of it.

I made a PR(#8205) that rebases an old one (#658) fixing this long post issue.

My point on this thread would be that Tootsuite鈥檚 mastodon should be aware that the whole Fediverse doesn鈥檛 works like Toosuite wants, and that anyway even with 500 characters one can make a post that is too long for the Mastodon UI. (too much newlines for example)

Fixed in #8205

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ccoenen picture ccoenen  路  3Comments

lauramichet picture lauramichet  路  3Comments

thomaskuntzz picture thomaskuntzz  路  3Comments

hugogameiro picture hugogameiro  路  3Comments

cumbiame picture cumbiame  路  3Comments