Fix: stop writing foaf:knows when sharing a resource - #65
Fix: stop writing foaf:knows when sharing a resource#65PreciousOritsedere wants to merge 2 commits into
Conversation
| throw error; | ||
| } | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Please make sure there is an EOF character here - and open an issue to set up eslint so that we have linting rules stopping this from happening in the future.
jeswr
left a comment
There was a problem hiding this comment.
We should still keep track of who we have shared resources with so that they turn up as "quick search" options.
This data should be maintained as a set of contacts in a private resource linked to from the preference file of the user sharing the resource.
This PR only removes that write on share (fixes #56 / #47). I have opened a follow-up issue to store shared contacts in a private resource linked from the preferences file for quick search(we can discuss the approach for this) |
fixes #56 and closes #47