Fixing the instance thing again

This commit is contained in:
LucasGGamerM 2022-12-16 11:17:43 -03:00
parent f5d225fc3e
commit 4362490539
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ public class Instance extends BaseModel{
// non-standard field in some Mastodon forks
public int maxTootChars;
public V2 v2;
@Override
public void postprocess() throws ObjectValidationException{
super.postprocess();