Skip to content

Commit

Permalink
Update functions/getProfileFlagsForIdentifier.protected.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Hand <[email protected]>
  • Loading branch information
mythilytm and stephenhand authored Nov 6, 2024
1 parent 6c26676 commit fe1a1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/getProfileFlagsForIdentifier.protected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const channelTransformations: { [k: string]: TransformIdentifierFunction[] } = {
messenger: [(s) => s.replace('messenger:', '')],
instagram: [(s) => s.replace('instagram:', '')],
line: [],
telegram: [],
telegram: [(s) => s.replace('telegram:', '')],
web: [],
};

Expand Down

0 comments on commit fe1a1ec

Please sign in to comment.