Skip to content

[#186] fixup !165

aguestuser requested to merge 186-fixup-mr-165 into master
  • MR !165 (merged) implemented an exponential backoff resend queue for rate-limited messages, but it got the type of signald attachments wrong (they are objects not strings, and thus, not directly hashable)
  • this fixes that by hashing one of the (unique) fields on each attachment in an SdMessage

Closes #186 (closed)

Merge request reports