Skip to content

Commit

Permalink
fix: load archive when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Feb 27, 2024
1 parent a59ab4a commit f023651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/sync/matrix/matrix_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ class MatrixService {
);
}

if (isLoggedIn()) {
await loadArchive();
}

final joinRes = await _client.joinRoom(matrixConfig.roomId).onError((
error,
stackTrace,
Expand Down

0 comments on commit f023651

Please sign in to comment.