add permission controls to "storage" objects such as attachments or other stored files
This commit is contained in:
@@ -31,6 +31,7 @@ function connectFullShare() {
|
||||
$('#me_id_perms_post_comments').attr('checked','checked');
|
||||
$('#me_id_perms_post_mail').attr('checked','checked');
|
||||
$('#me_id_perms_chat').attr('checked','checked');
|
||||
$('#me_id_perms_view_storage').attr('checked','checked');
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user