Skip to content

Commit

Permalink
fix: return early when unverified devices list not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Nov 17, 2024
1 parent d5ba0b4 commit 0369383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/sync/matrix/send_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ extension SendExtension on MatrixService {
domain: 'MATRIX_SERVICE',
subDomain: 'sendMatrixMsg',
);
return;
}

if (roomId == null) {
Expand Down

0 comments on commit 0369383

Please sign in to comment.