GolosChain / golos

Socio-economic mediablockchain
https://developers.golos.io
Other
59 stars 36 forks source link

social_network::get_discussions_by_created returns old records #600

Closed afalaleev closed 6 years ago

afalaleev commented 6 years ago

Steps to reproduce

{
    "id": 3,
    "jsonrpc": "2.0",
    "method": "call",
    "params": [
        "social_network",
        "get_discussions_by_created",
        [
            {
                "limit": 20,
                "select_tags": [
                    "golos"
                ],
                "truncate_body": 1024,
                "vote_limit": 1
            }
        ]
    ]
}

Actual results Returns last year posts

Expected results Returns last created posts

afalaleev commented 6 years ago

PR #604