refactor: better naming
This commit is contained in:
@@ -14,7 +14,7 @@ class ReplyMailbox < ApplicationMailbox
|
||||
private
|
||||
|
||||
def find_conversation
|
||||
@conversation = Mailbox::ConversationFinderChain.new(mail).find
|
||||
@conversation = Mailbox::ConversationFinder.new(mail).find
|
||||
|
||||
return unless @conversation.nil?
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
class Mailbox::ConversationFinderChain
|
||||
class Mailbox::ConversationFinder
|
||||
DEFAULT_STRATEGIES = [
|
||||
Mailbox::ConversationFinderStrategies::ReceiverUuidStrategy,
|
||||
Mailbox::ConversationFinderStrategies::InReplyToStrategy,
|
||||
Reference in New Issue
Block a user