Skip to content

Commit

Permalink
OF-2631: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Oct 3, 2023
1 parent afc0ada commit 8af83fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ public void run() {
item.getSubStatus() == RosterItem.SUB_TO)) {
PEPService pepService = pepServiceManager.getPEPService(item.getJid().asBareJID());
if (pepService != null) {
pepService.getRootCollectionNode().getSubscriptions(availableSessionJID)
pepService.getRootCollectionNode().getSubscriptions(availableSessionJID);
pepService.getRootCollectionNode().getAccessModel().canAccessItems(pepService.getRootCollectionNode(), availableSessionJID, availableSessionJID);
pepService.sendLastPublishedItems(availableSessionJID);
}
Expand Down

0 comments on commit 8af83fb

Please sign in to comment.