Closed lowercase-donkey closed 11 months ago
The update to the isSimilarUser
function introduces a new condition that checks for specific phrases in the bskyProfile
description that are followed by the user's account name. If any of these phrases are present, the function now determines that the profiles are not similar by returning false
. This enhancement refines the similarity assessment to be more precise in identifying user profiles.
File Path | Change Summary |
---|---|
src/lib/bskyHelpers.ts |
Added a condition to isSimilarUser to check for specific phrases followed by the user's account name in the bskyProfile description, returning false if found. |
🐇 In the code where logic weaves, 🍂
A tweak is made before fall leaves. 🌟
Ensuring profiles are unique and true, 🎩
A rabbit's touch, making all anew! 🌱
This PR change will be released in v0.7.4. Thank you for your contribution.
Will work on more browsers than #31, as it doesn't rely on regex.
Summary by CodeRabbit
bskyProfile
description that may indicate non-similarity.