1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 00:25:17 +00:00

Export the list of conversations

This commit is contained in:
2020-03-26 13:09:15 +01:00
parent 58877e0100
commit 653b066a3a
4 changed files with 12 additions and 2 deletions

View File

@ -410,6 +410,9 @@ export class AccountHelper {
// Conversation messages
conversationMessages: await ConversationsHelper.ExportAllMessages(userID),
// Conversations list
conversations: await ConversationsHelper.GetListUser(userID),
})