🛠️ Simplify route controller imports and adjust formatting in api.php

This commit is contained in:
HolgerHatGarKeineNode
2025-12-02 11:20:29 +01:00
parent f7102f0d43
commit b339a05bb8
2 changed files with 20 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ class extends Component {
'twitter_username' => ['nullable', 'string', 'max:255'],
'matrix_group' => ['nullable', 'string', 'max:255'],
'nostr' => ['nullable', 'string', 'max:255'],
'simplex' => ['nullable', 'string', 'max:255'],
'simplex' => ['nullable', 'string',],
'signal' => ['nullable', 'string', 'max:510'],
'community' => ['nullable', 'string', 'max:255'],
'visible_on_map' => ['boolean'],