Fix invitation links

This commit is contained in:
yflory 2019-12-18 18:10:33 +01:00
parent f98543bb83
commit 25b88afeea
1 changed files with 1 additions and 1 deletions

View File

@ -1156,7 +1156,7 @@ define([
nThen(function (waitFor) {
// Get preview content.
var sframeChan = common.getSframeChannel();
sframeChan.query('Q_ANON_GET_PREVIEW_CONTENT', { seeds: seeds }, waitFor(function (json) {
sframeChan.query('Q_ANON_GET_PREVIEW_CONTENT', { seeds: seeds }, waitFor(function (err, json) {
if (json && json.error) {
// XXX APP.module is not ready yet?
// err === DELETED: different message?