utils: access inReplyTo as an explicit string when fetching poll results`

Bu işleme şunda yer alıyor:
William Pitcock 2019-06-04 08:45:03 +00:00
ebeveyn 0f8f63c6bb
işleme 37a4ba0624

Dosyayı Görüntüle

@ -797,7 +797,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
where: fragment("(?)->>'actor' = ?", activity.data, ^actor),
where:
fragment(
"(?)->'inReplyTo' = ?",
"(?)->>'inReplyTo' = ?",
object.data,
^to_string(id)
),