dont track message

This commit is contained in:
Andrea Maria Piana 2022-09-15 15:13:35 +01:00
parent d689b337c9
commit b5f2f24490
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ func (s *MessageSender) sendCommunity(
return nil, err
}
}
return nil, nil
} else {
wrappedMessage, err := s.wrapMessageV1(rawMessage)
if err != nil {