Groups note

main
Bob Mottram 2021-08-02 16:06:51 +01:00
parent 5f46cedbf5
commit 6ac79e81e4
1 changed files with 2 additions and 0 deletions

View File

@ -1929,6 +1929,8 @@ def _sendToGroupMembers(session, baseDir: str, handle: str, port: int,
personCache, cachedWebfingers,
debug, __version__)
# TODO: include handling of shared inbox
with open(followersFile, 'r') as groupMembers:
for memberHandle in groupMembers:
if memberHandle == handle: