diamondburned / gotktrix

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

Implement read indicators #25

Open diamondburned opened 2 years ago

diamondburned commented 2 years ago

Implement read indicators in the UI by showing who has read the latest messages using their avatars. This is a fairly simple way to implement the indicator, since it doesn't require complicated per-message tracking while also utilizes the existing bottom margin without needing code to add more spacing in-between.

The indicators can be inside page.go instead of belonging to each message.