Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels not visible on bsky.app #1

Open
snarfed opened this issue Oct 21, 2024 · 1 comment
Open

Labels not visible on bsky.app #1

snarfed opened this issue Oct 21, 2024 · 1 comment

Comments

@snarfed
Copy link
Owner

snarfed commented Oct 21, 2024

https://bsky.app/profile/self-labeler.snarfed.org (did:plc:4wgmwsq4t3tg55ffl3r7ocec) is up and running and consuming jetstream and emitting labels to subscribers, including the official appview! At least that's what I'm pretty sure 209.249.133.120 is. However, those labels aren't showing up on profiles in bsky.app. 😕

Here's an example label emitted for at://did:plc:ozzerlomuowbst3euaqvpkwz/app.bsky.actor.profile/self at 2024-10-21T19:24:08Z. It's valid as far as I can tell, and I manually checked that the signature validates, and I'm subscribed to the labeler and have the labels set to "show badge," but the label isn't visible on https://bsky.app/profile/did:plc:ozzerlomuowbst3euaqvpkwz for me.

{
  "op": 1,
  "t": "#labels"
}
{
  "labels": [{
    "cid": "bafyreicofiijcuvuiom3kkhehgaghmn37lmzkvptnro5xgca2vwcivune4",
    "cts": "2024-10-21T19:24:08.646491+00:00",
    "sig": {
      "$bytes": "Ol8xeH1uHOaTf63OxMyn8Pro+9IPtGlcxIPUgSiOei0o9AvlzIO4LKPZ2Q37CIdJKlIDGhp9QN7L3LceGleXOg"
    },
    "src": "did:plc:ozzerlomuowbst3euaqvpkwz",
    "uri": "at://did:plc:ozzerlomuowbst3euaqvpkwz/app.bsky.actor.profile/self",
    "val": "bridged-from-bridgy-fed-web",
    "ver": 1
  }],
  "seq": 1729538648625712
}
@snarfed
Copy link
Owner Author

snarfed commented Oct 21, 2024

Here's the labeler declaration record at://self-labeler.snarfed.org/app.bsky.labeler.service/self:

{
  "$type": "app.bsky.labeler.service",
  "createdAt": "2024-10-20T23:09:41.627Z",
  "policies": {
    "labelValueDefinitions": [
      {
        "adultOnly": false,
        "blurs": "none",
        "defaultSetting": "warn",
        "identifier": "bridged-from-bridgy-fed-activitypub",
        "locales": [
          {
            "description": "This is a fediverse account that Bridgy Fed is bridging into Bluesky.",
            "lang": "en",
            "name": "Bridged from fediverse"
          }
        ],
        "severity": "inform"
      },
      {
        "adultOnly": false,
        "blurs": "none",
        "defaultSetting": "warn",
        "identifier": "bridged-from-bridgy-fed-web",
        "locales": [
          {
            "description": "This is a web site that Bridgy Fed is bridging into Bluesky.",
            "lang": "en",
            "name": "Bridged from web"
          }
        ],
        "severity": "inform"
      }
    ],
    "labelValues": [
      "bridged-from-bridgy-fed-activitypub",
      "bridged-from-bridgy-fed-web"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant