Skip to content

Commit

Permalink
chore_: no sender when use mvds in comm join response
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun committed Sep 3, 2024
1 parent 8213afe commit 6533e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/messenger_communities.go
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@ func (m *Messenger) acceptRequestToJoinCommunity(requestToJoin *communities.Requ

rawMessage := &common.RawMessage{
Payload: payload,
Sender: community.PrivateKey(),
CommunityID: community.ID(),
SkipEncryptionLayer: false,
MessageType: protobuf.ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE,
Expand Down

0 comments on commit 6533e43

Please sign in to comment.