adium 5785:5ea2fa81c505: Update the security details for a chat ...

commits at adium.im commits at adium.im
Thu Dec 5 17:17:34 UTC 2013


details:	http://hg.adium.im/adium/rev/5ea2fa81c505
revision:	5785:5ea2fa81c505
branch:		libotr4.0.0
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Thu Dec 05 18:17:08 2013 +0100

Update the security details for a chat when SMP authentication succeeded. This way the contact unverified top bar disappears as it should.

diffs (11 lines):

diff -r 67f32018b210 -r 5ea2fa81c505 Source/AdiumOTREncryption.m
--- a/Source/AdiumOTREncryption.m	Thu Dec 05 18:06:17 2013 +0100
+++ b/Source/AdiumOTREncryption.m	Thu Dec 05 18:17:08 2013 +0100
@@ -812,6 +812,7 @@
 			[adium.contentController displayEvent:localizedMessage
 										   ofType:@"encryption"
 										   inChat:chat];
+			update_security_details_for_context(context);
 			otrg_plugin_write_fingerprints();
 			otrg_ui_update_keylist();
 			




More information about the commits mailing list