this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix color image not getting proper url

+1 -1
+1 -1
src/camera_server.py
··· 107 107 noPhotosMsg.remove(); 108 108 }} 109 109 110 - const originalFilename = filename.replace('dithered_', ''); 110 + const originalFilename = filename.replace('dithered_', 'photo_'); 111 111 const isDithered = filename.startsWith('dithered_'); 112 112 113 113 if (isDithered) {{