Add TargetAssetVersion to Mapfixes #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it's only possible to correlate which mapfix corresponds to which map version by comparing the dates. If the mapfix directly included the RevisionId of the TargetAsset, there would be no room for interpretation of which map version is from which mapfix.
I changed my mind, this is unnecessary. The point would be to list past mapfixes by correlating them with map versions, but fetching the revisions from roblox can be skipped: directly query
/mapfixes?TargetAssetID=MapIDand simply sort by date and you get the same list. You may not know about mapfixes which predated the website, but those can be looked up on the mapfixes github if needed.