Fixing the instance thing again
This commit is contained in:
parent
f5d225fc3e
commit
4362490539
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue