diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73d4cf44b4..02daf3233f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -202,4 +202,4 @@ jobs: aws s3 sync ./build/web s3://$WEBAPP_S3_BUCKET - name: AWS CloudFront Invalidation run: | - aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths "/*" + aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths "/*" \ No newline at end of file diff --git a/lib/pangea/chat_list/utils/chat_list_handle_space_tap.dart b/lib/pangea/chat_list/utils/chat_list_handle_space_tap.dart index 080f3861b9..6f3b056139 100644 --- a/lib/pangea/chat_list/utils/chat_list_handle_space_tap.dart +++ b/lib/pangea/chat_list/utils/chat_list_handle_space_tap.dart @@ -56,7 +56,7 @@ void chatListHandleSpaceTap( if (rooms.any((s) => s.spaceChildren.any((c) => c.roomId == space.id))) { autoJoin(space); } else if (justInputtedCode != null && - justInputtedCode == space.classCode) { + justInputtedCode == space.classCode(context)) { // do nothing } else { controller.showInviteDialog(space);