Skip to content

Commit

Permalink
no need to echo in_reply_to username
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Apr 4, 2023
1 parent 97bda06 commit d9d3d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.sp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
else ' '
end as boosted,
case
when in_reply_to_account_id is not null then '' || (regexp_match(content, '@\w+'))[1]
when in_reply_to_account_id is not null then ''
else ''
end as in_reply_to,
case
Expand Down

0 comments on commit d9d3d91

Please sign in to comment.