* iOS request permissions if needed to save files to the photo library * Fixing capital letter in permission description
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
export default {
|
|
AUTHORIZED: 'authorized',
|
|
DENIED: 'denied',
|
|
UNDETERMINED: 'undetermined'
|
|
};
|