refactor(Instance.java): add the thumbnail parameter back

This commit is contained in:
LucasGGamerM
2025-04-19 11:37:47 -03:00
parent 4a923d506d
commit 0a2fe4cc0d

View File

@@ -50,6 +50,12 @@ public abstract class Instance extends BaseModel{
/** like uri, but always without scheme and trailing slash */
public transient String normalizedUri;
// MOSHIDON: Thumbnails
/**
* Banner image for the website.
*/
public String thumbnail;
@Override
public void postprocess() throws ObjectValidationException{
super.postprocess();