Skip to content

Commit

Permalink
SAK-32550 Clear cache for sender and receiver on friend confirmation (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored May 18, 2017
1 parent 8513a61 commit f122dde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public void update(Observable o, final Object arg) {
String url = profileLinkLogic.getInternalDirectUrlToUserConnections(to);
doSocialInsert(from, to, event, ref, e.getEventTime(), url);
countCache.remove(from);
countCache.remove(to);
} else if (ProfileConstants.EVENT_MESSAGE_SENT.equals(event)) {
String to = pathParts[2];
String siteId = "~" + to;
Expand Down

0 comments on commit f122dde

Please sign in to comment.