Notification android with image

Hi all, I’m sending notification with image to my xiaomi mi 9.
This is the code:

action:
  - service: camera.snapshot
    data:
      filename: /home/homeassistant/.homeassistant/www/doorbell.png
    entity_id: camera.camera_ext
  - service: notify.mobile_app_mi_9
    data:
      message: Someone has pressed the doorbell.
      data:
        image: https://mydomain:8123/local/doorbell.png

It works and I receive the image, but when the notification arrives, if I tap on it, it disappears. Is possible to show the zoomed image when I tap the the notify?

Set the clickAction to the same URL https://companion.home-assistant.io/docs/notifications/notifications-basic/#notification-click-action

im having the same issue. using “clickAction”, clicking on the notficiation, chrome opens and i see the image there. isnt it possible to see it as a zoomed picture within the app?