You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Hi--I have a slightly odd question which may not be an issue per se. (Or at least, the issue may be problem-between-chair-and-keyboard.)
I've gotten a labeler set up, the labeling requests are definitely hitting my server and the server is responding (using most recent version of Caddy), the labels are being written to my sqlite database, and the promise with the bsky server is resolving such that it gives a label data object and says the labels are applied... but for some reason the labels don't show up on accounts liking the posts. I'm a little stymied; it's not throwing any errors whatsoever when I look at the logs.
Hi--I have a slightly odd question which may not be an issue per se. (Or at least, the issue may be problem-between-chair-and-keyboard.)
I've gotten a labeler set up, the labeling requests are definitely hitting my server and the server is responding (using most recent version of Caddy), the labels are being written to my sqlite database, and the promise with the bsky server is resolving such that it gives a label data object and says the labels are applied... but for some reason the labels don't show up on accounts liking the posts. I'm a little stymied; it's not throwing any errors whatsoever when I look at the logs.
My code repo is here: https://tildegit.org/smallbird/hiresky (in large part forked from pronouns.adorable.mom) if that helps.