It appears that a post created by a client called SkyThrow is being determined as a post with a label, even though it doesn't actually have a label.
I created a feed that only shows posts with labels in SkyFeeds and there was a mix of posts that didn't have labels. So I checked the source and found that labels.values: [] was specified.
"labels": {
"$type": "com.atproto.label.defs#selfLabels",
"values": []
},
So it seems that if the labels property exists, it is determined as a labeled post even if labels.values is empty. If you can fix this, please do.
(Screenshot of Klearsky)
