beberlei / zelten

A social network website based on tent.io protocol
http://www.zelten.cc
17 stars 5 forks source link

Reposts should mention the original post #181

Closed graue closed 11 years ago

graue commented 11 years ago

From the post type docs:

The repost should also include a mention of the original post so that the publisher can see who is reposting her content.

Yet, Zelten doesn't appear to do this. An example post from 8 hours ago today:

$ curl -s https://balu.indefin.it/posts/y34fgg | python -mjson.tool
{
    "app": {
        "name": "Zelten", 
        "url": "http://zelten.cc"
    }, 
    ...
    "mentions": [], 
    ...
    "type": "https://tent.io/types/post/repost/v0.1.0", 
    "version": 1
}
beberlei commented 11 years ago

Fixed