mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08:00
FIX: personal messages not being copied by discourse_merger.rb
This commit is contained in:
@ -435,7 +435,7 @@ class BulkImport::DiscourseMerger < BulkImport::Base
|
||||
end
|
||||
|
||||
def process_topic(topic)
|
||||
return nil if topic['category_id'].nil?
|
||||
return nil if topic['category_id'].nil? && topic['archetype'] != Archetype.private_message
|
||||
topic
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user