Don't try to send a mailbox message as an anonymous user
parent
b868acc641
commit
fe36d1ca12
|
@ -478,6 +478,7 @@ define([
|
|||
store: store,
|
||||
};
|
||||
var myData = Messaging.createData(userObject);
|
||||
if (!myData.curvePublic) { return void done(); }
|
||||
|
||||
Mailbox.sendTo(ctx, 'SAFE_LINKS_DEFAULT', {
|
||||
user: myData,
|
||||
|
|
Loading…
Reference in New Issue