Skip to content

Commit

Permalink
Merge pull request #4130 from eval-exec/backport4129
Browse files Browse the repository at this point in the history
Backport #4129
  • Loading branch information
quake authored Sep 1, 2023
2 parents 80981b6 + e5b3c8f commit 376c0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sync/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ fn message_name<Message: Entity>(protocol_id: ProtocolId, message: &Message) ->
.to_enum()
.item_name()
.to_owned()
} else if protocol_id == SupportProtocols::RelayV2.protocol_id() {
} else if protocol_id == SupportProtocols::RelayV2.protocol_id()
|| protocol_id == SupportProtocols::RelayV3.protocol_id()
{
RelayMessageReader::new_unchecked(message.as_slice())
.to_enum()
.item_name()
Expand Down

0 comments on commit 376c0ce

Please sign in to comment.