Skip to content

Commit

Permalink
OF-2631: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Mar 26, 2024
1 parent e2651f4 commit f1ebd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,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 f1ebd5d

Please sign in to comment.