You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do annotations in public, and I would love to be able to use Gooseberry for rendering annotations for the whole group.
I guess Gooseberry somewhere in the code hardcodes the username as a constraint for which annotations to fetch, and I would like to optionally be able to specify additional acct: values.
The text was updated successfully, but these errors were encountered:
Implemented in PR #109, still needs testing though. You should be able to add a list of usernames to your config as hypothesis_users = [] (without the acct: part, and no need to add your own, that's always used) and then get all public annotations from those users as well. Would you be up for some testing? I've changed the tagging and deleting functionality to make sure it doesn't even attempt to modify other people's annotations but still not sure for instance how it works for annotations which are private to a group which you belong to. Also, trying to think how to add a test for this since it necessarily needs another hypothesis account.
I do research collaboratively, using hypothes.is.
We do annotations in public, and I would love to be able to use Gooseberry for rendering annotations for the whole group.
I guess Gooseberry somewhere in the code hardcodes the username as a constraint for which annotations to fetch, and I would like to optionally be able to specify additional acct: values.
The text was updated successfully, but these errors were encountered: