Skip to content

Commit

Permalink
added option to disable message polling. issue #2018
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 13, 2023
1 parent 34ed287 commit bb46c59
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -663,15 +663,10 @@
*/
package com.jdimension.jlawyer.client.messenger;

import com.jdimension.jlawyer.client.editors.EditorsRegistry;
import com.jdimension.jlawyer.client.events.EventBroker;
import com.jdimension.jlawyer.client.events.NewInstantMessagesEvent;
import com.jdimension.jlawyer.client.events.OpenMentionsEvent;
import com.jdimension.jlawyer.client.settings.ClientSettings;
import com.jdimension.jlawyer.persistence.InstantMessage;
import com.jdimension.jlawyer.services.JLawyerServiceLocator;
import java.util.Date;
import java.util.List;
import org.apache.log4j.Logger;

/**
Expand Down

0 comments on commit bb46c59

Please sign in to comment.