humhub icon indicating copy to clipboard operation
humhub copied to clipboard

How to Exclude Notifications only for Files and Images

Open Gilbertdelyon opened this issue 3 years ago • 12 comments

Thanks to streamExcludes in common.php new files and new images are excluded from the stream, So far so good... ... but notifications are still there.

Recently one of our member added 40 new images to an existing gallery. The result was that each member of the space recieved 40 emails. Not good for the planet and very annoying.

Uploading several images in one set does not change anything.

Please, is there a way to avoid notification for Files and Images and to keep them for posts ??

As well as streamExcludes in common.php, something like this would be useful:

 'notification' => [
        'notificationExcludes' => [
            'humhub\modules\cfiles\bla...bla\File',
            'humhub\modules\gallery\bla...bla\Media',
         ]
    ],

May be possible, but I cannot find

Gilbertdelyon avatar Oct 08 '21 08:10 Gilbertdelyon