forked from indymedia/epicyon
Abandon accusatory
parent
54735b6546
commit
12c7035d50
2
inbox.py
2
inbox.py
|
@ -2009,7 +2009,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int,
|
|||
print('DEBUG: Undo bookmark accepted from ' + actor)
|
||||
return False
|
||||
|
||||
labelAccusatoryPost(messageJson, translate)
|
||||
# labelAccusatoryPost(messageJson, translate)
|
||||
|
||||
if receiveAnnounce(recentPostsCache,
|
||||
session, handle, isGroup,
|
||||
|
|
2
posts.py
2
posts.py
|
@ -3118,7 +3118,7 @@ def downloadAnnounce(session, baseDir: str, httpPrefix: str,
|
|||
# pprint(announcedJson)
|
||||
return None
|
||||
|
||||
labelAccusatoryPost(postJsonObject, translate)
|
||||
# labelAccusatoryPost(postJsonObject, translate)
|
||||
# set the id to the original status
|
||||
announcedJson['id'] = postJsonObject['object']
|
||||
announcedJson['object']['id'] = postJsonObject['object']
|
||||
|
|
Loading…
Reference in New Issue