fix: flaky TestEncryptionDecryption

fixes: #4510
This commit is contained in:
Patryk Osmaczko 2024-01-08 13:41:13 +01:00 committed by osmaczko
parent 9d8b55e3d9
commit 16f11d49df
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ func (s *CommunityEncryptionDescriptionSuite) description() *protobuf.CommunityD
ChatIds: []string{},
},
"channel-level-permission": &protobuf.CommunityTokenPermission{
Id: "community-level-permission",
Type: protobuf.CommunityTokenPermission_BECOME_MEMBER,
Id: "channel-level-permission",
Type: protobuf.CommunityTokenPermission_CAN_VIEW_CHANNEL,
TokenCriteria: []*protobuf.TokenCriteria{},
ChatIds: []string{types.EncodeHex(crypto.CompressPubkey(&s.identity.PublicKey)) + "channelB"},
},