@ -1875,6 +1875,8 @@ def isDM(postJsonObject: {}) -> bool:
return False
if postJsonObject['object']['type']!='Note':
if postJsonObject['object'].get('moderationStatus'):
fields=['to','cc']
for f in fields:
if not postJsonObject['object'].get(f):