mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
remove useless todo + add settings mms in settings page
This commit is contained in:
parent
878d820dc2
commit
fbf8485090
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue