all repos — honk @ f839ca230e0bb44bb839061052995ab43e0d5fed

my fork of honk

maybe works better if we set the magic directMessage flag
Ted Unangst tedu@tedunangst.com
Tue, 28 May 2019 03:54:03 -0400
commit

f839ca230e0bb44bb839061052995ab43e0d5fed

parent

34bfa758b2c8dbcd332d0f0083c642d5a028f5b4

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M activity.goactivity.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:") {