chore(messenger_communities): use new name for community Access (#4210)
This commit is contained in:
parent
debf3b6e4d
commit
6e0d4e697f
|
@ -4157,7 +4157,7 @@ func (m *Messenger) RequestImportDiscordChannel(request *requests.ImportDiscordC
|
|||
|
||||
communityChat := &protobuf.CommunityChat{
|
||||
Permissions: &protobuf.CommunityPermissions{
|
||||
Access: protobuf.CommunityPermissions_NO_MEMBERSHIP,
|
||||
Access: protobuf.CommunityPermissions_AUTO_ACCEPT,
|
||||
},
|
||||
Identity: &protobuf.ChatIdentity{
|
||||
DisplayName: request.Name,
|
||||
|
|
Loading…
Reference in New Issue