mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix notification issue
This commit is contained in:
parent
88d2797528
commit
07f8b2d106
@ -849,6 +849,8 @@ const factory = (Messaging, Hash, Util, Crypto, Block) => {
|
||||
if (!teamId) { return void cb(false); }
|
||||
|
||||
var team = ctx.store.proxy.teams[teamId];
|
||||
if (!team) { return void cb(false); }
|
||||
|
||||
content.teamName = team.metadata && team.metadata.name;
|
||||
cb(false);
|
||||
};
|
||||
|
||||
2
www/common/worker.bundle.min.js
vendored
2
www/common/worker.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user