| @@ -197,7 +197,7 @@ def lensman_photo_upload_api(request): | ||
| 197 | 197 |              defaults={ | 
| 198 | 198 | 'nickname': user.final_nickname, | 
| 199 | 199 | 'avatar': user.avatar, | 
| 200 | - 'photo_path': photo_info.photo_path, | |
| 200 | + 'photo_path': photo_info.photo_watermark_path, | |
| 201 | 201 | 'photo_w': photo_info.photo_w, | 
| 202 | 202 | 'photo_h': photo_info.photo_h, | 
| 203 | 203 | 'photo_thumbnail_path': photo_info.photo_thumbnail_path, |