forgot to includethe published date in the JSON
This commit is contained in:
parent
e4def78878
commit
35a37a5157
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ public class BotAPActorJsonSerializer extends StdSerializer<Bot> {
|
|||
jgen.writeStringField("type", bot.getType());
|
||||
jgen.writeStringField("summary", bot.getSummary());
|
||||
|
||||
jgen.writeStringField("published", bot.getPublished().toString());
|
||||
|
||||
jgen.writeBooleanField("manuallyApproveFollowers", bot.isManuallyApproveFollowers());
|
||||
jgen.writeBooleanField("indexable", bot.isIndexable());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue