@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

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

Allow Conpherence room images up to 200px

Summary: Provide higher resolution for Conpherence room images. Fixes T11728

Test Plan:
Upload a new photo, see it pulls in 200px image as background.

{F1858660}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11728

Differential Revision: https://secure.phabricator.com/D16659

+2 -2
+2 -2
src/applications/conpherence/constants/ConpherenceImageData.php
··· 5 5 const SIZE_ORIG = 'original'; 6 6 const SIZE_CROP = 'crop'; 7 7 8 - const CROP_WIDTH = 35; 9 - const CROP_HEIGHT = 35; 8 + const CROP_WIDTH = 200; 9 + const CROP_HEIGHT = 200; 10 10 11 11 }