Skip to content

Commit

Permalink
signalmeow/receiving: add timestamp for call messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 14, 2024
1 parent c4c57a8 commit b9dc3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/signalmeow/receiving.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ func (cli *Client) handleDecryptedResult(
Sender: theirServiceID.UUID,
ChatID: theirServiceID.String(),
},
// CallMessage doesn't have its own timestamp, use one from the envelope
Timestamp: envelope.GetTimestamp(),
IsRinging: content.CallMessage.Offer != nil,
})
}
Expand Down

0 comments on commit b9dc3d4

Please sign in to comment.