Skip to content

Replies do not show up in the activity feed anymore #142

Open
@nightpool

Description

@marcustyphoon mentioned to me that the activity feed changed how it handled replies recently, and it seems like as a side-effect of that replies no longer show up in the public API at all:

image
curl 'https://api.tumblr.com/v2/blog/nightpool.tumblr.com/notifications' \
  -H 'accept: application/json' \
  -H 'authorization: Bearer [redacted]' \

> GET /v2/blog/nightpool.tumblr.com/notifications HTTP/2
> Host: api.tumblr.com
> User-Agent: curl/8.4.0
> accept: application/json
> authorization: Bearer [redacted]
> 
< HTTP/2 200 
< server: nginx
< date: Fri, 06 Dec 2024 01:35:15 GMT
< content-type: application/json; charset=utf-8
< content-length: 35819
< vary: Accept-Encoding
< vary: Accept-Encoding
< x-rid: 844d4a776d630d37ae3552b386eec98a
< p3p: CP="Tumblr's privacy policy is available here: https://www.tumblr.com/policy/en/privacy"
< expires: Fri, 01 Jan 1990 00:00:00 GMT
< pragma: no-cache
< cache-control: no-cache, no-store, must-revalidate
< x-ua-compatible: IE=Edge,chrome=1
< strict-transport-security: max-age=31536000; preload
< alt-svc: h3=":443"; ma=86400
< 
{
  "meta": {
    "status": 200,
    "msg": "OK"
  },
  "response": {
    "notifications": [
      {
        "type": "like",
        "timestamp": 1733443394,
        "before": 1733443394,
        "unread": false,
        "target_post_id": "769069007146991616",
        "target_post_summary": "memeiversaries: December 5th is the Feast Day of...",
        "target_tumblelog_name": "nightpool",
        "target_tumblelog_uuid": "t:CVEqXVtH4qit2A7hVNy5DA",
        "from_tumblelog_name": "titaniumelemental",
        "from_tumblelog_uuid": "t:OyMT5xnxc2j2j5r22T_zGA",
        "from_tumblelog_is_adult": false,
        "followed": false,
        "target_root_post_id": "154077623082",
        "private_channel": false,
        "target_post_type": "photo",
        "post_type": "photo",
        "media_url": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "media_url_large": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "reblog_key": "egm2s0wS",
        "muted": false,
        "can_mute": true,
        "id": "769071141304320000"
      },
      {
        "type": "reblog_naked",
        "timestamp": 1733442006,
        "before": 1733442006,
        "unread": false,
        "target_post_id": "769069007146991616",
        "target_post_summary": "memeiversaries: December 5th is the Feast Day of...",
        "target_tumblelog_name": "nightpool",
        "target_tumblelog_uuid": "t:CVEqXVtH4qit2A7hVNy5DA",
        "from_tumblelog_name": "jenlog",
        "from_tumblelog_uuid": "t:y9MHKN5DR_l9nP6ZRM3FOQ",
        "from_tumblelog_is_adult": false,
        "followed": false,
        "target_root_post_id": "154077623082",
        "private_channel": false,
        "target_post_type": "photo",
        "post_type": "photo",
        "media_url": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "media_url_large": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "reblog_key": "egm2s0wS",
        "muted": false,
        "can_mute": true,
        "post_id": "769069685697314816",
        "post_tags": [],
        "id": "769069685745565697"
      },
      {
        "type": "reblog",
        "timestamp": 1733441435,
        "before": 1733441435,
        "unread": false,
        "target_post_id": "769069007146991616",
        "target_post_summary": "memeiversaries: December 5th is the Feast Day of...",
        "target_tumblelog_name": "nightpool",
        "target_tumblelog_uuid": "t:CVEqXVtH4qit2A7hVNy5DA",
        "from_tumblelog_name": "somahind",
        "from_tumblelog_uuid": "t:gki_QotjVvBy-v6VVHEeMQ",
        "from_tumblelog_is_adult": false,
        "followed": true,
        "target_root_post_id": "154077623082",
        "private_channel": false,
        "target_post_type": "photo",
        "post_type": "photo",
        "media_url": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "media_url_large": "https://64.media.tumblr.com/13de9901c2f1abde08b89dd48ccfa12e/tumblr_o38ewnYUQt1u5xxmto1_75sq.jpg",
        "reblog_key": "egm2s0wS",
        "muted": false,
        "can_mute": true,
        "post_id": "769069087073665024",
        "added_text": "",
        "post_tags": [
          "ten years of three names in one comment"
        ],
        "id": "769069087184846848"
      },
 ...

whoops!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions