mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 15:48:15 -05:00
Send new remote_photo_path in migration message
This commit is contained in:
@@ -26,9 +26,10 @@ module Diaspora
|
||||
|
||||
def self.account_migration(account_migration)
|
||||
DiasporaFederation::Entities::AccountMigration.new(
|
||||
author: account_migration.sender.diaspora_handle,
|
||||
profile: profile(account_migration.new_person.profile),
|
||||
signature: account_migration.signature
|
||||
author: account_migration.sender.diaspora_handle,
|
||||
profile: profile(account_migration.new_person.profile),
|
||||
remote_photo_path: account_migration.remote_photo_path,
|
||||
signature: account_migration.signature
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user