Add 'HasCard' URL field

This commit is contained in:
Alessio 2021-09-17 17:39:04 -07:00
parent 355ed7ccf5
commit 79f098450e

View File

@ -16,6 +16,7 @@ type Url struct {
CreatorID UserID
SiteID UserID
HasCard bool
IsContentDownloaded bool
}