remove useless todo + add settings mms in settings page

This commit is contained in:
osaajani 2021-04-17 01:46:08 +02:00
parent 878d820dc2
commit fbf8485090
2 changed files with 0 additions and 3 deletions

View file

@ -282,7 +282,6 @@ namespace controllers\publics;
return $this->json($return);
}
//TODO : Check if phone adapter support mms and if mms are enabled
if (($this->user['settings']['mms'] ?? false) && $mms)
{
$return = self::DEFAULT_RETURN;