Say you write a thread in three posts, in which each post immediately follows the previous one:
Foo
Bar
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
If the newer post is a reply to the older post and those two are right next to each other, such posts should be shown as a single block of posts.
Foo
Bar
Becomes a single block:
Foo
⬅️Bar
If a thread exists but there is an irrelevant post between it, then it shouldn't be shown as a single block and instead should be shown just as the current implementation does.
Summary
Say you write a thread in three posts, in which each post immediately follows the previous one:
Your Misskey timeline will look like:
Can we optimize this a bit so that it can instead look like:
Suggestion
If the newer post is a reply to the older post and those two are right next to each other, such posts should be shown as a single block of posts.
Becomes a single block:
If a thread exists but there is an irrelevant post between it, then it shouldn't be shown as a single block and instead should be shown just as the current implementation does.
Does not become a single block: