all repos — honk @ 14158a56ebb86573410dc0c648452fc8860c7967

my fork of honk

check again for the announce/create/page activity
Ted Unangst tedu@tedunangst.com
Wed, 19 Jul 2023 18:09:12 -0400
commit

14158a56ebb86573410dc0c648452fc8860c7967

parent

e99b374a86aaf5a9edada9813d19220a12dc5737

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

jump to
M activity.goactivity.go

@@ -638,6 +638,10 @@ if !ok {

ilog.Printf("lost object inside create %s", id) return nil } + what, _ = obj.GetString("type") + } + if what == "Page" { + waspage = true } xid, _ = obj.GetString("id") } else {