request capabilities temp
This commit is contained in:
@@ -941,6 +941,13 @@ define([
|
||||
sframeChan.event('EV_WORKER_TIMEOUT');
|
||||
});
|
||||
|
||||
sframeChan.on('Q_REQUEST_ACCESS', function (data, cb) {
|
||||
Cryptpad.padRpc.requestAccess({
|
||||
send: data,
|
||||
channel: secret.channel
|
||||
}, cb);
|
||||
});
|
||||
|
||||
if (cfg.messaging) {
|
||||
Notifier.getPermission();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user