mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
apply comment fix
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
30d77eb81b
commit
9f2346bd24
@ -75,7 +75,7 @@ proc processIncomingMessageOfInterest(
|
||||
): bool =
|
||||
## Deduplicate (by hash), store (saves in recently-seen messages) and emit
|
||||
## the MAPI MessageReceivedEvent for every unique incoming message.
|
||||
## Returns true if the message was new and delivered.
|
||||
## Returns true if the message was new and the MessageReceivedEvent was properly emitted.
|
||||
|
||||
let msgHash = computeMessageHash(pubsubTopic, message)
|
||||
if not self.recentReceivedMsgs.anyIt(it.msgHash == msgHash):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user