Post History
Relevant code is here, for those so minded. Reputation will be transferred to the correct user when content is claimed - it works technically by deleting the user currently assigned to each post, ...
Answer
#1: Initial revision
[Relevant code is here](https://github.com/ArtOfCode-/qpixel/blob/master/app/models/post.rb#L46-L52), for those so minded. Reputation will be transferred to the correct user when content is claimed - it works technically by deleting the user currently assigned to each post, and then transferring the post and reputation change to the user who's claiming the posts.