fork of indigo with slightly nicer lexgen
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lexgen: support another true unknown field (modTool meta)

+1 -1
+1 -1
lex/type_schema.go
··· 552 552 return "string", nil 553 553 case "unknown": 554 554 // NOTE: sometimes a record, for which we want LexiconTypeDecoder, sometimes any object 555 - if k == "didDoc" || k == "plcOp" { 555 + if k == "didDoc" || k == "plcOp" || k == "meta" { 556 556 return "interface{}", nil 557 557 } else { 558 558 return "*util.LexiconTypeDecoder", nil