--- a/protocols/demo/purpledemoprotocolconversation.c Thu Jun 27 00:41:10 2024 -0500 +++ b/protocols/demo/purpledemoprotocolconversation.c Thu Jun 27 00:44:54 2024 -0500 @@ -72,7 +72,7 @@ /* Build a checksum of the account and the sorted participants. */ checksum = g_checksum_new(G_CHECKSUM_SHA256); - id = purple_contact_info_get_id(PURPLE_CONTACT_INFO(account)); + id = purple_account_get_id(account); g_checksum_update(checksum, (guchar *)id, -1); for(guint i = 0; i < g_list_model_get_n_items(G_LIST_MODEL(sorted)); i++) {