Skip to content

Commit

Permalink
Clean up a few confusing messages
Browse files Browse the repository at this point in the history
  • Loading branch information
max-signal authored Jan 16, 2025
1 parent 9f91653 commit d97e86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SignalServiceKit/Messages/MessageReceiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public final class MessageReceiver {
case .typingMessage(let typingMessage):
handleIncomingEnvelope(request: request, typingMessage: typingMessage, tx: tx)
case .nullMessage:
Logger.info("Received null message.")
break
case .receiptMessage(let receiptMessage):
handleIncomingEnvelope(request: request, receiptMessage: receiptMessage, context: context, tx: tx)
case .decryptionErrorMessage(let decryptionErrorMessage):
Expand Down
2 changes: 1 addition & 1 deletion SignalServiceKit/Messages/OWSMessageDecrypter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public class OWSMessageDecrypter {
unsealedEnvelope: unsealedEnvelope
)
{
Logger.info("Performing modern resend of \(unsealedEnvelope.contentHint) content with timestamp \(validatedEnvelope.timestamp)")
Logger.info("Requesting modern resend of \(unsealedEnvelope.contentHint) content with timestamp \(validatedEnvelope.timestamp)")

switch unsealedEnvelope.contentHint {
case .default:
Expand Down

0 comments on commit d97e86d

Please sign in to comment.