send ack if message encoding is zero
This commit is contained in:
parent
08748fa9ae
commit
95e445ae4b
|
@ -591,7 +591,6 @@ class objectProcessor(threading.Thread):
|
|||
# Don't send ACK if invalid, blacklisted senders, invisible messages, disabled or chan
|
||||
if self.ackDataHasAValidHeader(ackData) and \
|
||||
not blockMessage and \
|
||||
messageEncodingType != 0 and \
|
||||
not BMConfigParser().safeGetBoolean(toAddress, 'dontsendack') and \
|
||||
not BMConfigParser().safeGetBoolean(toAddress, 'chan'):
|
||||
shared.checkAndShareObjectWithPeers(ackData[24:])
|
||||
|
|
Reference in New Issue
Block a user