chore(messenger_communities): use new name for community Access (#4210)

This commit is contained in:
Jonathan Rainville 2023-10-25 13:33:49 -04:00 committed by GitHub
parent debf3b6e4d
commit 6e0d4e697f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,