--- a/finch/gntaccount.c Sun Oct 23 01:23:16 2022 -0500 +++ b/finch/gntaccount.c Sun Oct 23 02:16:19 2022 -0500 @@ -693,7 +693,7 @@ } manager = purple_notification_manager_get_default(); - purple_notification_manager_remove_with_account(manager, account); + purple_notification_manager_remove_with_account(manager, account, TRUE); purple_accounts_delete(account); }