mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
improve notifications
This commit is contained in:
parent
b925b8e74d
commit
23a35d9707
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
Meteor.startup(() => {
|
||||
Notifications.subscribe('email', (user, title, description, params) => {
|
||||
// add quote to make titles easier to read in email text
|
||||
console.log('ICI', user, title, description, params);
|
||||
const quoteParams = _.clone(params);
|
||||
['card', 'list', 'oldList', 'board', 'comment'].forEach((key) => {
|
||||
if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue