Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
imhao183 committed Dec 2, 2019
1 parent f29ffe4 commit 5cd2e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class MemoryMessagesStore implements IMessagesStore {
private final DatabaseStore databaseStore;
private ConcurrentHashMap<String, Long> userMaxPullSeq = new ConcurrentHashMap<>();

private AtomicReference<SensitiveFilter> mSensitiveFilter;
private AtomicReference<SensitiveFilter> mSensitiveFilter = new AtomicReference<>();
private volatile long lastUpdateSensitiveTime = 0;

private ConcurrentHashMap<String, Boolean> userGlobalSlientMap = new ConcurrentHashMap<>();
Expand Down

0 comments on commit 5cd2e7a

Please sign in to comment.