[Sprint/CleverChipmunk] (feat): ability to disable group conversations
0/2 threads resolved
194 194 } 195 195 196 196 if ($entity->type == 'group') { 197 if ($entity->conversationDisabled == 1) { - Owner
can we use the
isConversionDisabled()function instead?
added MR::Awaiting Review label
137 137 break; 138 138 case is_numeric($pages[0]): 139 139 default: 140 140 $entity = new \Minds\Entities\Entity($pages[0]); - Developer
use EntitiesBuilder::single