add a null summary to please plemora

This commit is contained in:
Ted Unangst 2019-04-14 21:38:47 -04:00
parent bf323bd0e5
commit 7152549c99
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ func jonkjonk(user *WhatAbout, h *Honk) (map[string]interface{}, map[string]inte
jo["cc"] = h.Audience[1:]
}
jo["content"] = h.Noise
jo["summary"] = nil
var tags []interface{}
g := bunchofgrapes(h.Noise)
for _, m := range g {