Browse Source

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

tags/v1.1.4
William Pitcock 5 years ago
parent
commit
37a4ba0624
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/activity_pub/utils.ex

+ 1
- 1
lib/pleroma/web/activity_pub/utils.ex View File

@@ -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)
),


Loading…
Cancel
Save