@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.

Fix twitch name

Summary: fix spelling

Test Plan: i didn't test this, but seems ok?

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

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

+1 -1
+1 -1
src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php
··· 30 30 } 31 31 32 32 protected function getLoginIcon() { 33 - return 'Twitch'; 33 + return 'TwitchTV'; 34 34 } 35 35 36 36 }