-
Notifications
You must be signed in to change notification settings - Fork 326
Backfill many missing Zulip IDs #2039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Dry-run check results |
9686992 to
0fd7141
Compare
9bc4efb to
63d31ed
Compare
63d31ed to
1bb7fed
Compare
1bb7fed to
2202a4d
Compare
|
I found some duplicates with my matching script, where a single GitHub account was matched to multiple Zulip accounts by my name matching heuristic: @null-sleep @tomprince @therealprof @ryankurte @kinnison @U007D Could you please send me your Zulip account ID that you use? The list above should show some Zulip accounts that might be yours. |
2202a4d to
14513a8
Compare
30b68a9 to
419d530
Compare
|
Yeah, it's mostly about having the IDs in the DB, we don't "require" people to actively use Zulip, ofc. |
There are two Zulip accounts with this name, but this one should be the right one, as it was active recently.
Backfills many of the missing Zulip user IDs. This was done by using three heuristics (in three commits), in decreasing level of confidence:
I only included matches where there was exactly one Zulip account matched (ignored duplicates). All matches were done with lowercase normalization, but without Unicode normalization.