メール通知に関連する diaspora* の問題に取り組んでいます。
非公開投稿: メール通知にリンク (テキストなし) を表示する
公開投稿: メール通知に概要とリンクを表示します
diaspora* へのプル リクエストは次のとおりです: https://github.com/diaspora/diaspora/pull/4508
私の Github リポジトリへのリンク: https://github.com/railsgirls-generator-app/diaspora/tree/4266-remove-content-from-email-notifications
次の行でエラーが発生します。
ActionView::Template::Error (undefined local variable or method `check_public' for #<#<Class:0xd1e5638>:0xb5081bf4>):
1: <% ispublic = check_public(@notification.post) %>
2: <% if ispublic == true %>
3: <%= comment_message(@notification.comment, :process_newlines => true) %>
4:
app/views/notifier/comment_on_post.markerb:1:in `_app_views_notifier_comment_on_post_markerb__51526760__628881328'
この問題を解決するにはどうすればよいですか?