maybe works better if we set the magic directMessage flag
Ted Unangst tedu@tedunangst.com
Tue, 28 May 2019 03:54:03 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -741,6 +741,9 @@ jo["to"] = h.Audience[0]
if len(h.Audience) > 1 { jo["cc"] = h.Audience[1:] } + if !h.Public { + jo["directMessage"] = true + } jo["summary"] = h.Precis jo["content"] = mentionize(h.Noise) if strings.HasPrefix(h.Precis, "DZ:") {