chore: revert in_reply_to_matches

This commit is contained in:
Shivam Mishra
2025-10-30 15:50:46 +05:30
parent 2b3325e434
commit 044fc8c46a
+1 -1
View File
@@ -37,7 +37,7 @@ class ApplicationMailbox < ActionMailbox::Base
end
def in_reply_to_matches?(in_reply_to)
Array.wrap(in_reply_to).any? { |id| id.match?(CONVERSATION_MESSAGE_ID_PATTERN) || id.match?(CONVERSATION_FALLBACK_ID_PATTERN) }
Array.wrap(in_reply_to).any? { |id| id.match?(CONVERSATION_MESSAGE_ID_PATTERN) }
end
def references_match?(references)