misskey-dev / misskey

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

Represent a thread in the timeline less verbose way #9282

Open saschanaz opened 1 year ago

saschanaz commented 1 year ago

Summary

Say you write a thread in three posts, in which each post immediately follows the previous one:

  1. Foo
  2. Bar
  3. Baz

Your Misskey timeline will look like:

Bar
⬅️Baz
---
Foo
⬅️Bar
---
Foo

Can we optimize this a bit so that it can instead look like:

Foo
⬅️Bar
⬅️Baz

Suggestion

tamaina commented 1 year ago

Related to https://github.com/misskey-dev/misskey/issues/1792