Hollo :hollo:'s avatar
Hollo :hollo:

@[email protected]

Fixed a bug that caused attached to posts on to be treated as regular links in and other !

silverpill's avatar
silverpill

@[email protected] · Reply to Hollo :hollo:'s post

@hollo This is how hashtags were represented in Create activity:

{
  "href": "https://hollo.social/tags/Hollo",
  "type": "Hashtag",
  "nameMap": {
    "@none": "#hollo"
  }
},

Curiously, if I fetch the object now, there's a name instead of nameMap, as expected.