move handler

This commit is contained in:
Zuzanna Ludzik 2026-09-08 17:13:26 +02:00
parent b8e312d372
commit 8ff8b47f35
2 changed files with 4 additions and 5 deletions

View File

@ -1533,6 +1533,10 @@ define([
});
});
});
sframeChan.on('Q_GET_PAD_TEAMS', function (types, cb) {
Cryptpad.getPadTeams(types, cb);
});
};
addCommonRpc(sframeChan, isSafe);

View File

@ -162,11 +162,6 @@ define([
});
});
sframeChan.on('Q_GET_PAD_TEAMS', function (types, cb) {
Cryptpad.getPadTeams(types, cb);
});
sframeChan.on('EV_SECURE_ACTION', function (data) {
config.onAction(data);
});