2019-05-10 UTC
# kisik21 So that's how it should work: `target_post["properties"]["comment"][target_post["properties"]["comment"].index(list(filter(lambda i: source in i["properties"]["url"], target_post["properties"]["comment"]))[0])] = mf2py.parse(source)["items"][0]` and then dump the post back in the DB/filesystem/whatever I'll end up using as persistent storage