Rotonde / beaker

Rotonde client with user account combined(deprecated)
MIT License
205 stars 37 forks source link

possible to follow someone twice -- then, can't unfollow #40

Open emhoracek opened 7 years ago

emhoracek commented 7 years ago

I accidentally added a user twice. Now her username shows up twice in my nav and each of her posts also shows up twice. Using undat doesn't do anything.

neauoire commented 7 years ago

I will look into it! I might know what is happening here, in the meantime, find the hash in your portal.json file with a text editor and remove the duplicate :) I will make sure that this does not happen again right away.

ghost commented 7 years ago

@neauoire use Set instead of Array to keep the list of datURLs unique

emhoracek commented 7 years ago

@neauoire no hurry! Thanks for the tip!