main
Bob Mottram 2021-09-04 14:27:01 +01:00
parent ce5c50f544
commit 5926b17472
1 changed files with 2 additions and 2 deletions

View File

@ -1611,8 +1611,8 @@ def _receiveAnnounce(recentPostsCache: {},
manuallyApproveFollowers = \ manuallyApproveFollowers = \
followerApprovalActive(baseDir, nickname, domain) followerApprovalActive(baseDir, nickname, domain)
notDM = True notDM = True
if debug: #if debug:
print('Generating html for announce ' + postJsonObject['id']) print('Generating html for announce ' + postJsonObject['id'])
announceHtml = \ announceHtml = \
individualPostAsHtml(signingPrivateKeyPem, True, individualPostAsHtml(signingPrivateKeyPem, True,
recentPostsCache, maxRecentPosts, recentPostsCache, maxRecentPosts,