adium 3561:cf3306403a21: only hide outgoing messages if we're in...
commits at adium.im
commits at adium.im
Sun Nov 21 22:45:31 UTC 2010
details: http://hg.adium.im/adium/rev/cf3306403a21
revision: 3561:cf3306403a21
author: Stephen Holt <sholt at adium.im>
date: Sun Nov 21 14:45:26 2010 -0800
only hide outgoing messages if we're in a group chat.
diffs (12 lines):
diff -r ac80f58b979a -r cf3306403a21 Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m Sun Nov 21 21:22:41 2010 +0100
+++ b/Plugins/Purple Service/CBPurpleAccount.m Sun Nov 21 14:45:26 2010 -0800
@@ -1267,7 +1267,7 @@
flags |= PURPLE_MESSAGE_AUTO_RESP;
}
- if (![self shouldDisplayOutgoingMUCMessages]) {
+ if (![self shouldDisplayOutgoingMUCMessages] && [inContentMessage.chat isGroupChat]) {
inContentMessage.displayContent = NO;
}
More information about the commits
mailing list