ferdium / ferdium-app

All your services in one place, built by the community
https://ferdium.org
Apache License 2.0
2.66k stars 164 forks source link

annoyning message-box notifications by ferdium for ms-teams #1751

Closed typoworx-de closed 1 month ago

typoworx-de commented 1 month ago

Avoid duplicates

Ferdium Version

6.7.3

What Operating System are you using?

Ubuntu

Operating System Version

23.04

What arch are you using?

x64

Last Known Working Ferdium version

No response

Expected Behavior

I would expect push-notifications that automatically disappear after given time. I already disabled notifications for ms-teams service in ferdium, but the annoying notifications still appear for every(!) message.

Actual Behavior

Every message will show-up a message-confirm box like this! image

Steps to reproduce

I don't know if or how this is reproduceable. I've recently upgraded ferdium and ferdium-recieipts including ms-teams and then it was there.

Debug link

No response

Screenshots

image

Additional information

No response

r4dian commented 1 month ago

I also have this on Windows, but in addition every notification pops twice.

typoworx-de commented 1 month ago

I already tried to patch the msteams recipe (https://github.com/ferdium/ferdium-recipes/tree/main/recipes/msteams), but so far with no long-term success. I've tried to override like this. But these annoying messages are still appearing. I did not find any code which looks like producing such confirm-dialogs yet. It only appears for msteams notifications, so I don't think it somehow relies to anything else in ferdium or other recipes.

Trying to disable notifications also is no solution yet to get rid off these annoying notifications, which do not automatically disappear and need user-interaction to get them away.

Tried to patch msteams recipce (tried multiple js-files) with no luck: window.conform = function() {}