From: Zach Copley Date: Tue, 26 May 2009 21:14:42 +0000 (+0000) Subject: Removed silly "dented:" status prefix from Facebook App X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2c28faf526e55ddc97d42692048e644b004e1f8;p=quix0rs-gnu-social.git Removed silly "dented:" status prefix from Facebook App --- diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 5946e6c984..4c2b26355c 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -138,9 +138,6 @@ class FacebookhomeAction extends FacebookAction function setDefaults() { - // A default prefix string for notices - $this->facebook->api_client->data_setUserPreference( - FACEBOOK_NOTICE_PREFIX, 'dented: '); $this->facebook->api_client->data_setUserPreference( FACEBOOK_PROMPTED_UPDATE_PREF, 'false'); }