pokemontrades / flairhq

A small project to allow easy adding of flair applications for subreddits (focusing initially on /r/pokemontrades) and easy moderation for moderators.
Apache License 2.0
11 stars 9 forks source link

Fix usernote alt bug #644

Open robdy opened 6 years ago

robdy commented 6 years ago

I found that the issue is that usernotes are added in parallel so the latter is overwriting the former (visible in wiki page revision history). Another issue was that when user has two alts, only one note is added with user1,user2 as username.

Tested for account with one alt (don't have the third account yet).

Fixes #586