mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
Merge branch 'main' into feature/reactive-cache-async-migration
This commit is contained in:
commit
5212f3beb3
328 changed files with 15124 additions and 3392 deletions
|
|
@ -31,7 +31,7 @@ Notifications = {
|
|||
notify: (user, title, description, params) => {
|
||||
// Skip if user is invalid
|
||||
if (!user || !user._id) return;
|
||||
|
||||
|
||||
for (const k in notifyServices) {
|
||||
const notifyImpl = notifyServices[k];
|
||||
if (notifyImpl && typeof notifyImpl === 'function')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue