Skip to content

Commit 81bf508

Browse files
committed
docs: drop third-party client name from inline comment
1 parent 8e885b5 commit 81bf508

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

message.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ func (cli *Client) handleEncryptedMessage(ctx context.Context, node *waBinary.No
6262
cancelled = cli.handlePlaintextMessage(ctx, info, node)
6363
} else if cli.DisabledFeatures.Signal {
6464
// External system owns the Signal session. We do not decrypt
65-
// and we do not ack: the actual decrypting client (e.g. a
66-
// downstream Baileys behind a proxy) is responsible for
67-
// ack'ing once it has received and processed the message.
65+
// and we do not ack: the actual decrypting client downstream
66+
// is responsible for ack'ing once it has received and
67+
// processed the message.
6868
} else {
6969
cli.decryptMessages(ctx, info, node)
7070
}

0 commit comments

Comments
 (0)