Skip to content

Commit

Permalink
Merge branch 'develop' into Sang/fix/postcard_asyn_button
Browse files Browse the repository at this point in the history
  • Loading branch information
longbmk authored Sep 19, 2024
2 parents 9397a4a + df6b7e9 commit 2724583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/util/connection_request_ext.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ extension ConnectionRequestExt on ConnectionRequest {
return Validation.SCAM;
}

if (name == 'Feral File') {
return Validation.VALID;
}

return validation ?? Validation.VALID;
}
}

0 comments on commit 2724583

Please sign in to comment.