diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
313 stars 7 forks source link

More messages doesn't work #19

Closed diamondburned closed 2 years ago

diamondburned commented 2 years ago

The "More" button to load more messages doesn't work and will get itself into a loop. This is probably because the stored message ID cannot be found for some reason, which can happen in some cases? Unsure.

The only fix would probably be to investigate why the events aren't found, which will be very fun. Maybe the server-given chat buffer already contains later messages, to which the solution would be to just insert them as-is.