bridge.post_notifications not working correctly

async def post_notifications(context, author, permlink, min_score=25, last_id=None, limit=100)

output depends on last_id (notification id) type (vote, reblog, pin_post).

If last_id is empty it works correctly, if it is specified returns only notifications with the same type as given in last_id.