element-hq / riot-android

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

Back pagination of room history duplicates first few messages. #3488

Open lampholder opened 4 years ago

lampholder commented 4 years ago

Back pagination of the room history duplicates the first few messages because the method does not keep track of the end token correctly. This makes us have to filter out duplicate messages by event id.