mirror of https://gitlab.com/bashrc2/epicyon
Groups note
parent
5f46cedbf5
commit
6ac79e81e4
2
inbox.py
2
inbox.py
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue