mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
[GH-ISSUE #98] Social entity won't let me add a username that contains periods and numbers (Ex. Facebook) #621
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NoName57 on GitHub (Jan 3, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/98
I'm trying to add an entity to my sketch for a Facebook account with the entity type of SocialAccount. It won't accept a valid social media account username from Facebook that contains periods and numbers. The Pydantic error in the log says:
This should be able to accept any valid form of username.
@dextmorgn commented on GitHub (Jan 3, 2026):
Hey @NoName57,
Thanks for raising this issue.
Indeed, I considered usernames to be single string format. But the current validation is too strict and doesn't support your case, which I didn't consider.
I'll review the username validation and come back to you.
Thanks again !
@dextmorgn commented on GitHub (Jan 3, 2026):
fixed with 3b4f85f66afc6f20770ef599ed804d9b441d4985.
@NoName57 commented on GitHub (Jan 4, 2026):
Awesome, thank you. I like the quick response. Keep up the great work!