This commit is contained in:
Abhishek Pandey 2024-01-12 11:56:00 -08:00
parent 7b193a06a0
commit 4dcb820201
2 changed files with 2 additions and 3 deletions

View File

@ -139,7 +139,7 @@ func (bh conversationsBackupHandler) augmentItemInfo(
c models.Conversationable,
) {
// Posts are always sent to the group email address, along with additional
// recipients if any. Currently, we don't have a way to get the unique
// recipients if any. Currently we don't have a way to get the unique
// recipient list for individual posts due to graph api limitations.
//
// Store the group mail address so that we can use it to populate the 'To'

View File

@ -330,8 +330,7 @@ func backupConversations(
bh = groups.NewConversationBackupHandler(
bc.producerConfig.ProtectedResource.ID(),
bc.apiCli.Conversations(),
groupEmail,
)
groupEmail)
colls []data.BackupCollection
)