add a null summary to please plemora
This commit is contained in:
parent
bf323bd0e5
commit
7152549c99
|
@ -535,6 +535,7 @@ func jonkjonk(user *WhatAbout, h *Honk) (map[string]interface{}, map[string]inte
|
||||||
jo["cc"] = h.Audience[1:]
|
jo["cc"] = h.Audience[1:]
|
||||||
}
|
}
|
||||||
jo["content"] = h.Noise
|
jo["content"] = h.Noise
|
||||||
|
jo["summary"] = nil
|
||||||
var tags []interface{}
|
var tags []interface{}
|
||||||
g := bunchofgrapes(h.Noise)
|
g := bunchofgrapes(h.Noise)
|
||||||
for _, m := range g {
|
for _, m := range g {
|
||||||
|
|
Loading…
Reference in New Issue