added presigned url
This commit is contained in:
@@ -1612,8 +1612,12 @@ export class UserService {
|
||||
},
|
||||
});
|
||||
|
||||
// Attach presigned URLs to media
|
||||
const mediaWithUrls = await attachMediaWithPresignedUrl(activity.ActivitiesMedia);
|
||||
|
||||
return {
|
||||
...activity,
|
||||
ActivitiesMediaPresignedUrl: mediaWithUrls,
|
||||
interestedCount,
|
||||
rating: 0, // Placeholder
|
||||
distance: 0, // Placeholder
|
||||
|
||||
Reference in New Issue
Block a user