b9563109

By: Michael Lynch <git@mtlynch.io>

Reject duplicate Tinybeans followers while parsing

Move duplicate follower ID validation into ParseFollowers so the parser
rejects invalid followers.json data directly instead of depending on a
later export-level validation step.

Keep the import-level regression test and add a parser-level regression
test that covers the duplicate follower user id error.