Pronouns labels on Bluesky

hi futur <3

Changed files
+1 -1
src
+1 -1
src/label.ts
···
const post = URIs[uri];
-
if ((post ?? "").includes("Like this post to delete")) {
await agent
.withProxy("atproto_labeler", DID)
.tools.ozone.moderation.emitEvent({
···
const post = URIs[uri];
+
if (post?.includes("Like this post to delete")) {
await agent
.withProxy("atproto_labeler", DID)
.tools.ozone.moderation.emitEvent({