forked from indymedia/epicyon
Proceed to the next cc
parent
07bd5abeb4
commit
88d6ff7b7d
1
posts.py
1
posts.py
|
@ -687,6 +687,7 @@ def createPostBase(baseDir: str, nickname: str, domain: str, port: int,
|
||||||
if ccRecipient in sendToActor:
|
if ccRecipient in sendToActor:
|
||||||
if ccRecipient not in removeFromCC:
|
if ccRecipient not in removeFromCC:
|
||||||
removeFromCC.append(ccRecipient)
|
removeFromCC.append(ccRecipient)
|
||||||
|
break
|
||||||
for ccRemoval in removeFromCC:
|
for ccRemoval in removeFromCC:
|
||||||
toCC.remove(ccRemoval)
|
toCC.remove(ccRemoval)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue