Fixed a bug where no event was received for groupAdded.

cusax-fix
Damian Minkov 20 years ago
parent 4bae517366
commit 2ad342f20a

@ -2420,7 +2420,7 @@ public void groupCreated(ServerStoredGroupEvent evt)
{
Contact contact
= evt.getSourceGroup().getContact(subscriptionAddress);
if ( sourceContact != null)
if ( contact != null)
{
this.evt = evt;
this.sourceContact = contact;

Loading…
Cancel
Save