element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

Summarize room events #883

Open dl1com opened 7 years ago

dl1com commented 7 years ago

In order to provide overview in rooms with a high rate of joins and parts (IRC bridges), room member events should be summarized, just like in the riot web client.

e.g.: Alice (IRC) and Bob (IRC) joined the room; Charly (IRC) left the room. 2 others joined and left expand

I guess this should be done similar to https://github.com/matrix-org/matrix-react-sdk/blob/a9256b0ab1f546fe9f60c791439e2b81f1bb0f60/src/components/views/elements/MemberEventListSummary.js

ylecollen commented 7 years ago

We know that the webclient already merges the member room events.

It will be done later.

betz commented 7 years ago

that would be lovely!

t3chguy commented 6 years ago

a MELS style thing has now been implemented.