utils: access inReplyTo as an explicit string when fetching poll results`
This commit is contained in:
parent
0f8f63c6bb
commit
37a4ba0624
@ -797,7 +797,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
|||||||
where: fragment("(?)->>'actor' = ?", activity.data, ^actor),
|
where: fragment("(?)->>'actor' = ?", activity.data, ^actor),
|
||||||
where:
|
where:
|
||||||
fragment(
|
fragment(
|
||||||
"(?)->'inReplyTo' = ?",
|
"(?)->>'inReplyTo' = ?",
|
||||||
object.data,
|
object.data,
|
||||||
^to_string(id)
|
^to_string(id)
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user