Fix: P/Z-Badges komplett aus allen Welt-Views entfernt (SW by-v924)

- _renderJetzt: false,false statt f.pro/_isRoleBasedPro/f.role=breeder
- _openAllChips: P-Badge entfernt
- _isRoleBasedPro() nur noch als ungenutzte Funktion (bleibt für Kompatibilität)
This commit is contained in:
rene 2026-05-14 11:07:24 +02:00
parent 1081466704
commit a27b8ea5b4
4 changed files with 4 additions and 5 deletions

View file

@ -406,7 +406,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "923" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "924" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():