Fix invitation links

This commit is contained in:
yflory 2019-12-18 18:10:33 +01:00
parent f98543bb83
commit 25b88afeea

View File

@ -1156,7 +1156,7 @@ define([
nThen(function (waitFor) { nThen(function (waitFor) {
// Get preview content. // Get preview content.
var sframeChan = common.getSframeChannel(); 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) { if (json && json.error) {
// XXX APP.module is not ready yet? // XXX APP.module is not ready yet?
// err === DELETED: different message? // err === DELETED: different message?