Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville committed Sep 12, 2024
1 parent 13ab5b6 commit 633404f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/messenger_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,7 @@ func (m *Messenger) handleChatMessage(state *ReceivedMessageState, forceSeen boo
return fmt.Errorf("failed to prepare message content: %v", err)
}

fmt.Println("-----RECEIVED A NEW MESSAGE", receivedMessage.ChatMessage.Text, receivedMessage.ResponseTo)
// If the message is a reply, we check if it's a reply to one of own own messages
if receivedMessage.ResponseTo != "" {
repliedTo, err := m.persistence.MessageByID(receivedMessage.ResponseTo)
Expand Down

0 comments on commit 633404f

Please sign in to comment.