You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where info_hash is the original info-hash (from the uploaded torrent file) and canonical_info_hash is the one we use to refer to the uploaded torrent (without non-standard info dict fields).
I think we should also rename the fields in this response:
Hi, @alexohneander I'm assigning this issue to myself because I have finished all the other issues related to this one and I also wan tot finish this to close the epic.
Parent issue: #275
After successfully uploading a torrent you get a response like this:
We decided to change the infohashes table to:
Where
info_hash
is the original info-hash (from the uploaded torrent file) andcanonical_info_hash
is the one we use to refer to the uploaded torrent (without non-standardinfo
dict fields).I think we should also rename the fields in this response:
The problem is we use the name
info_hash
in thetorrust_torrents::info_hash
, and renaming that field would require changes in many queries.What do you think @da2ce7?
The text was updated successfully, but these errors were encountered: