mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix TypeError in forms
This commit is contained in:
parent
5f6f4edf19
commit
3fce59aefc
@ -4866,7 +4866,7 @@ define([
|
||||
framework.feedback('FORM_PARTICIPANT');
|
||||
}
|
||||
|
||||
APP.common.getPadMetadata({channel: content.answers.channel}, function (md) {
|
||||
APP.common.getPadMetadata({channel: priv.channel}, function (md) {
|
||||
var owners = md.owners;
|
||||
if (!Array.isArray(owners) || !owners.length) {
|
||||
APP.isOwned = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user