Skip to content

add opts to findFeedsByProfileId - selfLinkOnly

mix irving requested to merge findFeedsByProfile_other into master

We need this for the @ssb-graphql/profile saveProfile updates.

changes:

  • adds ssb.profile.findFeedsByProfileId(profileId, { selfLinkOnly: false }, cb)
  • moved findFeedsByProfile > findFeedsByProfileId
    • left alias so no breaking change
Edited by mix irving

Merge request reports