check again for the announce/create/page activity
Ted Unangst tedu@tedunangst.com
Wed, 19 Jul 2023 18:09:12 -0400
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.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 {