Fix: Benachrichtigungen navigieren jetzt in den richtigen Kontext
- App.callModule() öffentlich: navigiert + ruft Modul-Methode auf - chat_message → öffnet direkt den richtigen Chat-Thread (conversation_id) - friend_request → Freunde-Seite - walk_invite → Gassi-Treffen (+ page-Feld im Push-Payload ergänzt) - poison_alert → Giftköder-Seite - health_reminder → Gesundheit - _execNav() zentralisiert alle typ-spezifischen Navigationen
This commit is contained in:
parent
8386e20ca1
commit
f05ef9eeca
4 changed files with 90 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v228';
|
||||
const CACHE_VERSION = 'by-v229';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue