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

Cannot load poll without content #18850

Open
tribela opened this issue Jul 20, 2022 · 0 comments
Open

Cannot load poll without content #18850

tribela opened this issue Jul 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tribela
Copy link
Contributor

tribela commented Jul 20, 2022

Steps to reproduce the problem

  1. Fetch https://stella.ocellaris.dev/notes/92wxx6cw8w
  2. Error

...

{
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1",
        {
            "Emoji": "toot:Emoji",
            "Hashtag": "as:Hashtag",
            "PropertyValue": "schema:PropertyValue",
            "_misskey_content": "misskey:_misskey_content",
            "_misskey_quote": "misskey:_misskey_quote",
            "_misskey_reaction": "misskey:_misskey_reaction",
            "_misskey_talk": "misskey:_misskey_talk",
            "_misskey_votes": "misskey:_misskey_votes",
            "discoverable": "toot:discoverable",
            "featured": "toot:featured",
            "isCat": "misskey:isCat",
            "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
            "misskey": "https://misskey-hub.net/ns#",
            "quoteUrl": "as:quoteUrl",
            "schema": "http://schema.org#",
            "sensitive": "as:sensitive",
            "toot": "http://joinmastodon.org/ns#",
            "value": "schema:value",
            "vcard": "http://www.w3.org/2006/vcard/ns#"
        }
    ],
    "_misskey_content": "",
    "attachment": [],
    "attributedTo": "https://stella.ocellaris.dev/users/9009i1voob",
    "cc": [
        "https://stella.ocellaris.dev/users/9009i1voob/followers"
    ],
    "content": "",
    "endTime": null,
    "id": "https://stella.ocellaris.dev/notes/92wxx6cw8w",
    "inReplyTo": null,
    "oneOf": [
        {
            "name": "학교에서 분말소화기 터트린적 있음",
            "replies": {
                "totalItems": 0,
                "type": "Collection"
            },
            "type": "Note"
        },
        {
            "name": "학교 바닥에 락카 페인트 칠한적 있음",
            "replies": {
                "totalItems": 0,
                "type": "Collection"
            },
            "type": "Note"
        },
        {
            "name": "휴지 다 떨어져서 셀프비데(?) 한 적 있음",
            "replies": {
                "totalItems": 0,
                "type": "Collection"
            },
            "type": "Note"
        },
        {
            "name": "돌아가는 세탁기 열어서 세탁물 죄다 쏟은적 있음",
            "replies": {
                "totalItems": 1,
                "type": "Collection"
            },
            "type": "Note"
        },
        {
            "name": "먹으면 안 되는걸 먹어본적이 없음",
            "replies": {
                "totalItems": 0,
                "type": "Collection"
            },
            "type": "Note"
        }
    ],
    "published": "2022-07-20T09:02:14.384Z",
    "sensitive": true,
    "source": {
        "content": "",
        "mediaType": "text/x.misskeymarkdown"
    },
    "summary": "#4개가_진실_1개는_거짓 약간 드러움",
    "tag": [
        {
            "href": "https://stella.ocellaris.dev/tags/4%EA%B0%9C%EA%B0%80_%EC%A7%84%EC%8B%A4_1%EA%B0%9C%EB%8A%94_%EA%B1%B0%EC%A7%93",
            "name": "#4개가_진실_1개는_거짓",
            "type": "Hashtag"
        }
    ],
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "type": "Question"
}

Expected behaviour

Load poll without content (but has summary aka CW)

Actual behaviour

Mastodon cannot process

Specifications

Mastodon v3.5.3

@tribela tribela added the bug Something isn't working label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant