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

Mismatched hashtag flag? #951

Open
iProgramMC opened this issue Oct 19, 2024 · 0 comments
Open

Mismatched hashtag flag? #951

iProgramMC opened this issue Oct 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@iProgramMC
Copy link

iProgramMC commented Oct 19, 2024

Describe the bug
In the trending tab, one of the hash tags has a mismatched hash tag flag that doesn't make sense.

Screenshots
image

image

Browser
Microsoft Edge 130.0.2849.46

Links
https://x.com

OldTwitter version
V1.8.9

The trending hash tag in question has the following json data (from the /i/api2/guide.json request:

{
  "entryId": "trends-Hamas",
  "item": {
    "content": {
      "trend": {
        "name": "Hamas",
        "url": {
          "urlType": "DeepLink",
          "url": "twitter://search/?query=Hamas&src=trend_click&pc=true&vertical=trends",
          "urtEndpointOptions": {
            "requestParams": {
              "cd": "HBgFSGFtYXMYJDRlMWExNTUxLTljZWEtNDM0Mi05MzI1LTgzMzYyY2M5M2IwYQAA"
            }
          }
        },
        "associatedCardUrls": [],
        "trendMetadata": {
          "metaDescription": "548K posts",
          "url": {
            "urlType": "DeepLink",
            "url": "twitter://search/?query=Hamas&src=trend_click&pc=true&vertical=trends",
            "urtEndpointOptions": {
              "requestParams": {
                "cd": "HBgFSGFtYXMYJDRlMWExNTUxLTljZWEtNDM0Mi05MzI1LTgzMzYyY2M5M2IwYQAA"
              }
            }
          },
          "domainContext": "Politics · Trending"
        }
      }
    },
    "clientEventInfo": {
      "component": "trends",
      "element": "trend",
      "details": {
        "guideDetails": {
          "identifier": "DAABDAABCwABAAAADXRyZW5kc19tb2R1bGULAAIAAAAGdHJlbmRzAAAPAAIMAAAAAQwAAQsAAQAAAA10cmVuZHNfbW9kdWxlCwACAAAABnRyZW5kcwAAAA==",
          "token": "CwABAAAAJDRlMWExNTUxLTljZWEtNDM0Mi05MzI1LTgzMzYyY2M5M2IwYQsAAgAAADM6dGFpbG9yZWRfcmVxdWVzdDplbnRpdHlfdHJlbmQ6dGF4aV9jb3VudHJ5X3NvdXJjZToGAAMABgsABAAAAAVIYW1hcw8ACQoAAAABC8RFWoQVwAEKAAoLxEVahBXAAQIADQAA",
          "transparentGuideDetails": {
            "trendMetadata": {
              "impressionId": "4e1a1551-9cea-4342-9325-83362cc93b0a",
              "impressionToken": ":tailored_request:entity_trend:taxi_country_source:",
              "position": 6,
              "trendName": "Hamas",
              "topicIds": [
                "847878884917886977"
              ],
              "displayedTopicId": "847878884917886977",
              "containsCuratedTitle": false
            }
          }
        }
      }
    },
    "feedbackInfo": {
      "feedbackKeys": [
        "trend_not_interested_in_this_feedback_key",
        "trend_abusive_or_harmful_feedback_key"
      ],
      "feedbackMetadata": "DwABCwAAAAEAAAAFSGFtYXMKAAP3UxY56NteEgYABAAGDwAFCwAAAAAIAAYAAAADAA==",
      "clientEventInfo": {
        "component": "trends",
        "element": "feedback",
        "action": "click"
      }
    }
  }
}```

Peculiarly I don't find this hashtag flag anywhere. I also can't see this hashtag trend on "new Twitter".
@iProgramMC iProgramMC added the bug Something isn't working label Oct 19, 2024
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