reproduce steps:
- create repo A from account Foo
- add collaborator Bar to repo A
- create repo B from account Foo
- set spindle to repo B
- spindle internally adds Bar as collaborator of repo B
You can check this with following query in spindle db.
select * from acl where v0 = 'did:plc:bar' and v3 = 'repo:collaborator';
Current spindle ingester will add all collaborators defined by the repo owner to any registered repos owned by same account.