TheRustyPickle / Chirp

A chat app built from scratch using GTK4 in Rust
MIT License
5 stars 3 forks source link

Increase message deletion efficiency #88

Closed TheRustyPickle closed 1 year ago

TheRustyPickle commented 1 year ago

Currently, any deletion attempt will loop the entire liststore, even if it doesn't exist. This should be verified before any deletion attempt is done