]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/joingroup.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / joingroup.php
index 0209dd43fddcf3fc74b9ed70e7993752e96acce1..bf69b2ad1e40769df3b7c5c5278b3cd77303528b 100644 (file)
@@ -56,11 +56,6 @@ class JoingroupAction extends Action
     {
         parent::prepare($args);
 
-        if (!common_config('inboxes','enabled')) {
-            $this->serverError(_('Inboxes must be enabled for groups to work'));
-            return false;
-        }
-
         if (!common_logged_in()) {
             $this->clientError(_('You must be logged in to join a group.'));
             return false;