新增:block

This commit is contained in:
yystopf 2026-03-25 14:18:37 +08:00
parent 3650773338
commit 0e4834d50b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ json.is_original memo.is_original
json.memo_watched current_user.watched?(memo)
# json.new_reply memo.new_reply
json.praises_count memo.praises_count
json.published_time memo.published_at.strftime("%Y-%m-%d %H:%M:%S")
json.published_time memo.published_at&.strftime("%Y-%m-%d %H:%M:%S")
json.replies_count memo.replies_count
json.sticky memo.sticky
json.subject memo.subject