add proper tracing to subscription

This commit is contained in:
ranfdev
2024-11-21 16:25:43 +01:00
parent e60b61a623
commit dd5c334171
2 changed files with 26 additions and 7 deletions

View File

@ -165,7 +165,7 @@ impl Subscription {
}
fn handle_event(&self, ev: ListenerEvent) {
match dbg!(ev) {
match ev {
ListenerEvent::Message(msg) => {
self.imp().messages.append(&glib::BoxedAnyObject::new(msg));
self.update_unread_count();