element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
68 stars 11 forks source link

Group and hide status messages in a user friendly way #2168

Open kittykat opened 10 months ago

kittykat commented 10 months ago

Your use case

What would you like to do?

As a user, I don't want to see a history of many status messages like users joining/leaving room or changing display name

Why would you like to do it?

These are not interesting to me and take up unnecessary space

How would you like to achieve it?

Group these messages into an expandable (but collapsed by default) grouping

Have you considered any alternatives?

No response

Additional context

Internal reference: iOSX-13

stefanceriu commented 9 months ago

@VolkerJunginger aren't we already doing this?

jplatte commented 9 months ago

If we want to have this in the SDK such that Android / iOS don't need separate implementations, I think it is going to require somebody with Rust expertise on it for (possibly much) more than a week of working exclusively on it.

Hywan commented 9 months ago

@stefanceriu on iOS, it's already implemented like this. I don't understand what this feature request means :-).

bmarty commented 8 months ago

Same on Android, FWIW, but grouping Events and computing aggregated RR is done app side.