forked from indymedia/epicyon
Space
parent
cf729200b0
commit
d3fc053df9
2
inbox.py
2
inbox.py
|
@ -2238,7 +2238,7 @@ def inboxAfterInitial(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
if not os.path.isfile(followingFilename):
|
if not os.path.isfile(followingFilename):
|
||||||
print('No following.txt file exists for ' +
|
print('No following.txt file exists for ' +
|
||||||
nickname + '@' + domain +
|
nickname + '@' + domain +
|
||||||
'so not accepting DM from ' +
|
' so not accepting DM from ' +
|
||||||
sendingActorNickname + '@' +
|
sendingActorNickname + '@' +
|
||||||
sendingActorDomain)
|
sendingActorDomain)
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue