_.each(addedPrincipalIds, (principalId) => {
      if (principalId === ctx.user().id) {
        // Users can't "share" with themselves, they actually "add it to their library"
        ActivityAPI.postActivity(
          ctx,