diamondburned / gotktrix

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

Iterator API not clearing value #5

Closed diamondburned closed 2 years ago

diamondburned commented 2 years ago

The database's iterator API doesn't clear values before each iteration, so old values like the Unsigned map gets retained by accident for all items.

diamondburned commented 2 years ago

This is fixed at some point.