looks like we can just treat article as a long note
Ted Unangst tedu@tedunangst.com
Sat, 13 Apr 2019 15:57:25 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -387,7 +387,7 @@ var xonk Honk
if obj != nil { ot, _ := jsongetstring(obj, "type") url, _ = jsongetstring(obj, "url") - if ot == "Note" { + if ot == "Note" || ot == "Article" { audience = newphone(audience, obj) xid, _ = jsongetstring(obj, "id") content, _ = jsongetstring(obj, "content")