Added web and email notifications. Tests. Fire page
This commit is contained in:
parent
df05b33e82
commit
3bf21c8caf
32 changed files with 696 additions and 88 deletions
4
imports/ui/components/NotificationsObserver/util.js
Normal file
4
imports/ui/components/NotificationsObserver/util.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export const trim = function trimMess(message) {
|
||||
// Removing utf8 suffix and prefix characters used in telegram but not useful here in browser
|
||||
return message.replace(/^🔥 /, '').replace(/:$/, '');
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue