this repo has no description
0
fork

Configure Feed

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

lexgen: another special-case 'unknown' field

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