Skip to content

Commit

Permalink
fix: support web backup files (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas authored Nov 23, 2023
1 parent 3d10ef9 commit 802a22e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ object BackupConstants {
fun acceptedFileNames() = setOf(
BACKUP_USER_DB_NAME,
BACKUP_METADATA_FILE_NAME,
BACKUP_ENCRYPTED_FILE_NAME
BACKUP_ENCRYPTED_FILE_NAME,
BACKUP_WEB_EVENTS_FILE_NAME,
BACKUP_WEB_CONVERSATIONS_FILE_NAME
)

fun createBackupFileName(userHandle: String?, timestampIso: String) = // file names cannot have special characters
Expand Down

0 comments on commit 802a22e

Please sign in to comment.