From 6d9fa06e32a57e14b35663b5852aa7b270ac89fe Mon Sep 17 00:00:00 2001 From: cmrd Senya Date: Thu, 25 Feb 2016 13:38:24 +0300 Subject: [PATCH] Include a private key to the user data export archive In order to allow a user to notify his contacts of his migration with a trustworthy signature the old private key must be available to the new pod where we import data. --- app/serializers/export/user_serializer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/serializers/export/user_serializer.rb b/app/serializers/export/user_serializer.rb index a7563cc27..7e3b6b42d 100644 --- a/app/serializers/export/user_serializer.rb +++ b/app/serializers/export/user_serializer.rb @@ -4,6 +4,7 @@ module Export :email, :language, :username, + :serialized_private_key, :disable_mail, :show_community_spotlight_in_stream, :auto_follow_back,