OldTwitter icon indicating copy to clipboard operation
OldTwitter copied to clipboard

Mismatched hashtag flag?

Open iProgramMC opened this issue 1 year ago • 0 comments

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 avatar Oct 19 '24 20:10 iProgramMC