check again for the announce/create/page activity

This commit is contained in:
Ted Unangst 2023-07-19 18:09:12 -04:00
parent 2dd6b27356
commit 6d47ef0129
1 changed files with 4 additions and 0 deletions

View File

@ -638,6 +638,10 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
ilog.Printf("lost object inside create %s", id)
return nil
}
what, _ = obj.GetString("type")
}
if what == "Page" {
waspage = true
}
xid, _ = obj.GetString("id")
} else {