Commit 94d0b15a authored by Jason Lee's avatar Jason Lee

Fix email reply with a note.

SentNotification need use `record_note` method to save right noteable
parent 01824a0f
......@@ -48,7 +48,7 @@ module Emails
yield
SentNotification.record(@note, recipient_id, reply_key)
SentNotification.record_note(@note, recipient_id, reply_key)
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment