diaspora / diaspora_federation

A library that provides functionalities needed for the diaspora* federation protocol.
GNU Affero General Public License v3.0
101 stars 29 forks source link

Add remote_photo_path to AccountMigration entity #119

Closed SuperTux88 closed 3 years ago

SuperTux88 commented 3 years ago

This can be set to the URL on the new pod when photos were migrated/imported, so other pods can adjust the remote_photo_path of the photos of the old account.

tclaus commented 3 years ago

I will have a deeper look at it later this day. But if I read photo path.. does it support camo mappings?

SuperTux88 commented 3 years ago

But if I read photo path.. does it support camo mappings?

Camo has nothing to do with the federation protocol and is a feature of the "client" when showing images to the users and happens on the fly. This is the same path that is also already sent in the Photo entity and what also is stored in the database.

SuperTux88 commented 3 years ago

Merged as 0d127702626cc4b2eccc48cc689d3e5029caec52, 78ee282c9c53962222e231b88235dc568c2371e4, 25b5b8d8881c9c63938365d84cd6fb45fc26c1a3 and d84d68d0666965ae9b1a01a7841a49c29ab5ffa4

Thanks for the review @tclaus :cookie: and @denschub :cookie: