fix displaying author name #1612

このコミットが含まれているのは:
ChunkyProgrammer 2023-01-24 23:21:09 -05:00
コミット c2957dbce4
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -69,7 +69,7 @@ def fetch_channel_community(ucid, continuation, locale, format, thin_mode)
next if !post
content_html = post["contentText"]?.try { |t| parse_content(t) } || ""
author = post["authorText"]?.try &.["simpleText"]? || ""
author = post["authorText"]["runs"]?.try &.[0]?.try &.["text"]? || ""
json.object do
json.field "author", author