Disables showing status messages in the chat window, until we fix the status change problem.

cusax-fix
yanas 13 years ago
parent bd11acf2b2
commit 7e3ee0aaa9

@ -267,7 +267,7 @@ public class ConfigurationUtils
/**
* whether to show the status changed message in chat history area.
*/
private static boolean showStatusChangedInChat = true;
private static boolean showStatusChangedInChat = false;
/**
* When enabled, allow to use the additional phone numbers

Loading…
Cancel
Save